gluon-enter-setup-mode: remove unused pipefail

posix-sh does not support pipefail this way
This commit is contained in:
aiyion.prime 2022-06-22 14:58:24 +02:00
parent 4ab486dd2c
commit ca37f2036c

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -euo pipefail
set -eu
echo "Entering setup mode and rebooting..."
uci set gluon-setup-mode.@setup_mode[0].enabled='1'