Skip to content

Commit

Permalink
Merge pull request #851 from MikeDawg/fixscripts
Browse files Browse the repository at this point in the history
Fixing scripts - Make all scripts usage/help similar
  • Loading branch information
evilsocket committed Jun 26, 2020
2 parents 2708fd0 + 5f7dd56 commit 713a14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/restore.sh
Expand Up @@ -20,6 +20,7 @@ while getopts "hb:n:u:" arg; do
UNIT_USERNAME=$OPTARG
;;
*)
usage
exit 1
esac
done
Expand Down

0 comments on commit 713a14c

Please sign in to comment.