Updated deployhooks (markdown)

master
Scruel Tao 2024-02-22 18:43:12 +08:00
parent 0c9d77e036
commit 8d6dc4c749
1 changed files with 1 additions and 1 deletions

@ -601,7 +601,7 @@ As pointed out [inside the deploy script file](https://github.com/acmesh-officia
In this way, you won't need to provide any admin credentials, and it will be automatically deleted after the script is executed. It depends on DSM built-in utils, so you won't able to use this way in docker. In this way, you won't need to provide any admin credentials, and it will be automatically deleted after the script is executed. It depends on DSM built-in utils, so you won't able to use this way in docker.
Notice: if the script unexpectedly stopped during runtime (e.g., press "Ctrl+C" while executing), the temp admin user may remain without deletion, you can safely delete it manually (or rerun the script). Notice: if the script unexpectedly stopped while running (e.g., abort by pressing "Ctrl+C"), the temp admin user may remain without deletion, you can safely delete it manually (or rerun the script).
- (Default) Use your existing admin user by provide its credential (username, password, OTP): - (Default) Use your existing admin user by provide its credential (username, password, OTP):
1. Execute `export SYNO_Username="adminUser"` where `adminUser` is any user with sufficient administrative rights, e. g. `admin`. 1. Execute `export SYNO_Username="adminUser"` where `adminUser` is any user with sufficient administrative rights, e. g. `admin`.
2. Execute `export SYNO_Password="adminPassword"` where `adminPassword` is the chosen user's password. 2. Execute `export SYNO_Password="adminPassword"` where `adminPassword` is the chosen user's password.