Update run

This commit is contained in:
Alexandre
2021-02-11 13:22:55 +01:00
committed by GitHub
parent ee161b4437
commit 0a5b3da5e3

View File

@@ -4,8 +4,9 @@
# CHECK PRIV #
##############
ip link delete dummy0 type dummy >/dev/null
ip link add dummy0 type dummy >/dev/null || {echo "Privileged mode is disabled, the addon will stop" && s6-svscanctl -t /var/run/s6/services}
ip link delete dummy0 type dummy >/dev/null \
| ip link add dummy0 type dummy >/dev/null \
|| { echo "Privileged mode is disabled, the addon will stop" && s6-svscanctl -t /var/run/s6/services }
####################
# Add local drives #