diff --git a/docker/proxy/s6/w9init/setuser.sh b/docker/proxy/s6/w9init/setuser.sh index d79bba76..70d146b3 100644 --- a/docker/proxy/s6/w9init/setuser.sh +++ b/docker/proxy/s6/w9init/setuser.sh @@ -1,7 +1,7 @@ #!/bin/bash set +e -username="help@websoft9.com" +username="admin@mydomain.com" password=$(openssl rand -base64 16 | tr -d '/+' | cut -c1-16) token="" cred_path="/data/credential" @@ -58,4 +58,4 @@ for attempt in $(seq 1 $max_attempts); do fi done -set -e \ No newline at end of file +set -e