gluon-enter-setup-mode: remove unused pipefail
posix-sh does not support pipefail this way
This commit is contained in:
parent
4ab486dd2c
commit
ca37f2036c
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -euo pipefail
|
set -eu
|
||||||
|
|
||||||
echo "Entering setup mode and rebooting..."
|
echo "Entering setup mode and rebooting..."
|
||||||
uci set gluon-setup-mode.@setup_mode[0].enabled='1'
|
uci set gluon-setup-mode.@setup_mode[0].enabled='1'
|
||||||
|
Loading…
Reference in New Issue
Block a user