mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
create the .screen-profiles dir in case it doesn't exist
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
3d1f6efd7d
commit
9de48ea1f8
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ assert_symlink() {
|
|||
fi
|
||||
}
|
||||
|
||||
mkdir -p "$HOME/.screen-profiles"
|
||||
# If these files exist, they must be a symlink
|
||||
assert_symlink "$HOME/.screen-profiles/profile"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue