Skip to content
Snippets Groups Projects
Commit 40bcfd9c authored by David Mondou's avatar David Mondou
Browse files

Merge branch 'fix-script' into 'master'

Fix syntax error in gwmode-zephry.sh script.

See merge request vesta/meta-vesta!56
parents fdefa39f 6c1c63b0
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ if [ -e /usr/bin/gwmode-normal ]; then
/usr/bin/gwmode-normal
if [ $? -ne 0]; then
if [ $? -ne 0 ]; then
#log error to syslog and std error
logger -s "Failed to restore to normal mode!!!"
exit 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