diff --git a/byobu-launcher b/byobu-launcher index 4879cc16..341bbb9b 100755 --- a/byobu-launcher +++ b/byobu-launcher @@ -19,6 +19,7 @@ # along with this program. If not, see . PKG="byobu" +RUN="/var/run/screen/S-$USER" # Make sure that we're not already in a screen session [ -z "$STY" ] || exit 0