Merge pull request #8 from 3DPrintingGeek/fix/git-backup-echo_missing_before_usage

fixes console output of usage
This commit is contained in:
Cyril Guislain 2024-04-11 21:54:07 +02:00 committed by GitHub
commit 979def4a4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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