From 66a94f8661c137ef0fc9f68e900be38d68c142a6 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 30 Oct 2025 05:33:31 -0600 Subject: [PATCH] 1.5-rc-3 --- time_fuckery.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/time_fuckery.sh b/time_fuckery.sh index c2149ff..b0b2b58 100644 --- a/time_fuckery.sh +++ b/time_fuckery.sh @@ -74,8 +74,8 @@ long_sleep () { # reboot host run_reboot () { - echo -e "\n\nREBOOTING IN $long_delay MINUTES!\n\n" - sudo shutdown -r +$long_delay + echo -e "\n\nREBOOTING IN $short_delay MINUTES!\n\n" + sudo shutdown -r +$short_delay } # to the pause thing like in dos @@ -86,8 +86,6 @@ function hold_for_enter() { # handle the services services_cmd () { - # short_sleep - if [ -z $1 ]; then echo "Usage: bash services.sh stop|start|restart|status|enable" exit @@ -373,7 +371,7 @@ phase_four () { echo -e "\npps-gpio already in /etc/modules, skipping..n" else echo -e "\nAdding pps-gpio to /etc/modules...\n" - sudo bash -c "echo 'pps-gpio' >> /etc/modules" + sudo bash -c "echo pps-gpio >> /etc/modules" fi # cleanup