Quality of Life lvl 100

This commit is contained in:
Sam A. 2022-11-26 20:09:34 +01:00
parent bb920407f3
commit a89140ef51
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 5 additions and 3 deletions

View File

@ -25,11 +25,13 @@ else
echo "Deploying service: $2"
$BASE_CMD --tags setup_services --extra-vars "single_service=$2"
fi
;;
;;
"base")
$BASE_CMD --tags base_only
;;
;;
*)
echo "Command \"$1\" not found!"
echo >&2 "Command \"$1\" not found!"
exit 1
;;
esac
fi