mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
Update setuser.sh
This commit is contained in:
parent
5098e7cc17
commit
e4883d9d51
@ -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
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user