fixes console output of usage

This commit is contained in:
3DPrintingGeek 2024-04-11 21:06:57 +02:00 committed by GitHub
parent 7aabc4f7d7
commit 40e6f9160a
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