Skip to content
Snippets Groups Projects
Commit ca37f203 authored by aiyion.prime's avatar aiyion.prime
Browse files

gluon-enter-setup-mode: remove unused pipefail

posix-sh does not support pipefail this way
parent 4ab486dd
No related branches found
No related tags found
No related merge requests found
#!/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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment