Uninitialize listener.
This commit is contained in:
parent
387941f3e3
commit
78fb76ed14
@ -5,6 +5,7 @@ set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "=> Stopping shutdown listener...\n"
|
||||
sudo update-rc.d listen-for-shutdown.sh remove
|
||||
sudo /etc/init.d/listen-for-shutdown.sh stop
|
||||
|
||||
echo "=> Removing shutdown listener...\n"
|
||||
@ -12,4 +13,4 @@ sudo rm -rf /usr/local/bin/listen-for-shutdown.py
|
||||
sudo rm -rf /etc/init.d/listen-for-shutdown.sh
|
||||
|
||||
echo "Shutdown listener uninstalled.\n"
|
||||
echo "Check out howchoo.com for more awesome Pi projects!"
|
||||
echo "Check out howchoo.com for more awesome Pi projects!"
|
||||
|
Loading…
Reference in New Issue
Block a user