diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-27 12:38:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-27 12:38:43 -0300 |
commit | 4a3831fa8859acfde841f61328817758426584bb (patch) | |
tree | fcd3cb8dcf8dba509922fb86b408fc35aeee46e3 /files | |
parent | 8b7729b58294be6fe11c34c94b395ca612773159 (diff) | |
download | puppet-nodo-4a3831fa8859acfde841f61328817758426584bb.tar.gz puppet-nodo-4a3831fa8859acfde841f61328817758426584bb.tar.bz2 |
Startup screen using bash
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local index c8cefc2..79cd9b9 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 -c /etc/screenrc.startup + /bin/bash -c /usr/bin/screen -d -m -S root -c /etc/screenrc.startup fi # Then exit |