Fixed missing esac

This commit is contained in:
Thomas Goirand 2016-03-11 23:29:39 +01:00
parent a09789cebf
commit 1ee2b3e518

View File

@ -52,6 +52,7 @@ for i in $@ ; do
;; ;;
*) *)
;; ;;
esac
done done
if [ ${DO_EXIT} = "yes" ] ; then if [ ${DO_EXIT} = "yes" ] ; then