Updated Readme and some other improvements

This commit is contained in:
Patrick Skowronek
2022-05-16 08:19:49 +02:00
parent 14b3f2d61b
commit 08ee32ac40
3 changed files with 139 additions and 118 deletions

View File

@ -55,10 +55,10 @@ case "$ACTION" in
exec ./lib/update-bridgehead.sh $PROJECT
;;
install)
exec ./lib/setup-bridgehead-units.sh $project
exec ./lib/setup-bridgehead-units.sh $PROJECT
;;
uninstall)
exec ./lib/remove-bridgehead-units.sh $project
exec ./lib/remove-bridgehead-units.sh $PROJECT
;;
*)
printUsage