From 8b7729b58294be6fe11c34c94b395ca612773159 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 May 2013 23:07:07 -0300 Subject: Fix screen startup --- files/etc/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/etc/rc.local') diff --git a/files/etc/rc.local b/files/etc/rc.local index c9a8046..c8cefc2 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -37,7 +37,7 @@ fi # Start system-wide screen session if [ -f "/etc/screenrc.startup" ]; then - /usr/bin/screen -d -m -S root -f /etc/screenrc.startup + /usr/bin/screen -d -m -S root -c /etc/screenrc.startup fi # Then exit -- cgit v1.2.3