questd: questd-monitor: remove dummy set

This commit is contained in:
Alex Oprea 2017-01-25 19:18:08 +01:00
parent 0aa291679e
commit d4b564d426

View file

@ -1,5 +1,4 @@
#!/bin/sh
set +x
# 1. sleep for $SLEEP_LONG seconds
# 2. run the check_* functions
@ -158,6 +157,3 @@ main()
}
main $@
set +x