From 941447c7a3d4fa527e63ff0c46fa365abfc0b2aa Mon Sep 17 00:00:00 2001 From: Tim Moody Date: Fri, 5 Jun 2020 09:20:12 -0400 Subject: [PATCH] the hurrier I go the behinder I get --- roles/cmdsrv/files/scripts/poweroffX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cmdsrv/files/scripts/poweroffX.sh b/roles/cmdsrv/files/scripts/poweroffX.sh index 49e4e22e..e20a10b4 100644 --- a/roles/cmdsrv/files/scripts/poweroffX.sh +++ b/roles/cmdsrv/files/scripts/poweroffX.sh @@ -4,6 +4,6 @@ SLEEP=`which sleep` SHUTDOWN=`which shutdown` $SLEEP 3 -$SHUTDOWN +$SHUTDOWN -P now exit 0