must set RUN

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-09-17 11:22:40 -05:00
commit 4d5760c688

View file

@ -19,6 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
PKG="byobu"
RUN="/var/run/screen/S-$USER"
# Make sure that we're not already in a screen session
[ -z "$STY" ] || exit 0