fixes console output of usage
This commit is contained in:
parent
7aabc4f7d7
commit
40e6f9160a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ case "$1" in
|
||||||
/usr/data/helper-script/files/git-backup/git-backup.sh -b "$BRANCH" -t "$IFS" -g origin & > /dev/null
|
/usr/data/helper-script/files/git-backup/git-backup.sh -b "$BRANCH" -t "$IFS" -g origin & > /dev/null
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
Usage: $0 {start|stop|restart}
|
echo "Usage: $0 {start|stop|restart}"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue