create the .screen-profiles dir in case it doesn't exist

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-29 18:51:51 -05:00
commit 9de48ea1f8

View file

@ -51,6 +51,7 @@ assert_symlink() {
fi fi
} }
mkdir -p "$HOME/.screen-profiles"
# If these files exist, they must be a symlink # If these files exist, they must be a symlink
assert_symlink "$HOME/.screen-profiles/profile" assert_symlink "$HOME/.screen-profiles/profile"