Update setuser.sh

This commit is contained in:
qiaofeng1227 2024-01-18 11:13:03 +08:00 committed by GitHub
parent 5098e7cc17
commit e4883d9d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set +e set +e
username="help@websoft9.com" username="admin@mydomain.com"
password=$(openssl rand -base64 16 | tr -d '/+' | cut -c1-16) password=$(openssl rand -base64 16 | tr -d '/+' | cut -c1-16)
token="" token=""
cred_path="/data/credential" cred_path="/data/credential"
@ -58,4 +58,4 @@ for attempt in $(seq 1 $max_attempts); do
fi fi
done done
set -e set -e