From: Silvio Rhatto Date: Mon, 27 May 2013 15:38:43 +0000 (-0300) Subject: Startup screen using bash X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4a3831fa8859acfde841f61328817758426584bb;p=puppet-nodo.git Startup screen using bash --- 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