mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
fix syntax
This commit is contained in:
@@ -67,7 +67,7 @@ echo "starting shutdown ..."
|
|||||||
sudo shutdown ${shutdownParams}
|
sudo shutdown ${shutdownParams}
|
||||||
|
|
||||||
# detect missing DBUS
|
# detect missing DBUS
|
||||||
if [ "${$DBUS_SESSION_BUS_ADDRESS}" == "" ]; then
|
if [ "${DBUS_SESSION_BUS_ADDRESS}" == "" ]; then
|
||||||
echo "WARN: Missing \$DBUS_SESSION_BUS_ADDRESS .. "
|
echo "WARN: Missing \$DBUS_SESSION_BUS_ADDRESS .. "
|
||||||
if [ "$1" = "reboot" ]; then
|
if [ "$1" = "reboot" ]; then
|
||||||
echo "RUNNING FALLBACK REBOOT .. "
|
echo "RUNNING FALLBACK REBOOT .. "
|
||||||
|
Reference in New Issue
Block a user