From 9ea7893c1569915e5d57c6f21d052ac1ccf5d64b Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 24 Jun 2021 19:25:02 +0200 Subject: [PATCH] move shutdown script --- FAQ.md | 4 ++-- home.admin/_background.sh | 2 +- .../{XXshutdown.sh => config.scripts/blitz.shutdown.sh} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename home.admin/{XXshutdown.sh => config.scripts/blitz.shutdown.sh} (100%) diff --git a/FAQ.md b/FAQ.md index 536597258..f49ca5386 100644 --- a/FAQ.md +++ b/FAQ.md @@ -840,12 +840,12 @@ https://seravo.fi/2015/using-raid-btrfs-recovering-broken-disks When the LCD display is telling you to do a config check: - go to the RaspiBlitz terminal (X on main menu) and run './XXsyncScripts.sh' -- start reboot with command: './XXshutdown.sh reboot' +- start reboot with command: 'restart' - go to the RaspiBlitz terminal run the command: 'check' - now edit the RaspiBlitz config and get rid of the errors: 'nano /mnt/hdd/raspiblitz.conf' - save config with: CTRL+o - exit nano editor with: CTRL+x -- start reboot with command: './XXshutdown.sh reboot' +- start reboot with command: 'restart' ## How to fix my upside down LCD after update? diff --git a/home.admin/_background.sh b/home.admin/_background.sh index e1fadd285..9c139c49f 100755 --- a/home.admin/_background.sh +++ b/home.admin/_background.sh @@ -100,7 +100,7 @@ do # detect a missing DHCP config if [ "${localip:0:4}" = "169." ]; then echo "Missing DHCP detected ... trying emergency reboot" - sudo /home/admin/XXshutdown.sh reboot + sudo /home/admin/config.scripts/blitz.shutdown.sh reboot else echo "DHCP OK" fi diff --git a/home.admin/XXshutdown.sh b/home.admin/config.scripts/blitz.shutdown.sh similarity index 100% rename from home.admin/XXshutdown.sh rename to home.admin/config.scripts/blitz.shutdown.sh