Moved traefik dashboard to https and finished add user script

This commit is contained in:
root
2022-04-12 08:44:10 +02:00
parent fe0e1ce5d2
commit c929da51b3
3 changed files with 13 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
echo "This script add's a user with password to the bridghead"
if [ $# -eq 0 ]; then
echo "No arguments provided, please provide the prject name"
echo "No arguments provided, please provide the project name"
exit 1
fi