Merge pull request #8 from 3DPrintingGeek/fix/git-backup-echo_missing_before_usage
fixes console output of usage
This commit is contained in:
commit
979def4a4a
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
|
||||
;;
|
||||
*)
|
||||
Usage: $0 {start|stop|restart}
|
||||
echo "Usage: $0 {start|stop|restart}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue