mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
Correct if...fi syntax.
This commit is contained in:
parent
8d8bb000c0
commit
a21d06c63b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
PKG="byobu"
|
||||
|
||||
# Support two different backends (screen/tmux)
|
||||
if [ -z "$BYOBU_BACKEND" ];
|
||||
if [ -z "$BYOBU_BACKEND" ]; then
|
||||
[ -r "/etc/byobu/backend" ] && . "/etc/byobu/backend"
|
||||
[ -r "$BYOBU_CONFIG_DIR/backend" ] && . "$BYOBU_CONFIG_DIR/backend"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue