mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* screen-launcher-install: no need to check for executability of
screen-launcher Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
b06cf97757
commit
23c9c59e3b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ PKG="byobu"
|
||||||
install_screen_launcher() {
|
install_screen_launcher() {
|
||||||
dest=$1
|
dest=$1
|
||||||
launcher="screen-launcher"
|
launcher="screen-launcher"
|
||||||
launcher_line="\`echo \$- | grep -qs i\` && [ -x $launcher ] && $launcher"
|
launcher_line="\`echo \$- | grep -qs i\` && $launcher"
|
||||||
# Add it at the end
|
# Add it at the end
|
||||||
echo "$launcher_line" >> "$dest"
|
echo "$launcher_line" >> "$dest"
|
||||||
# Hush login, since byobu will handle motd printing
|
# Hush login, since byobu will handle motd printing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue