mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-29 11:11:47 +01:00
fix syntax
This commit is contained in:
parent
6f271c6745
commit
c84d69db6d
@ -67,7 +67,7 @@ echo "starting shutdown ..."
|
||||
sudo shutdown ${shutdownParams}
|
||||
|
||||
# detect missing DBUS
|
||||
if [ "${$DBUS_SESSION_BUS_ADDRESS}" == "" ]; then
|
||||
if [ "${DBUS_SESSION_BUS_ADDRESS}" == "" ]; then
|
||||
echo "WARN: Missing \$DBUS_SESSION_BUS_ADDRESS .. "
|
||||
if [ "$1" = "reboot" ]; then
|
||||
echo "RUNNING FALLBACK REBOOT .. "
|
||||
|
Loading…
x
Reference in New Issue
Block a user