From 8d6dc4c749d98001b24fda84bb0d2529f1659bd5 Mon Sep 17 00:00:00 2001 From: Scruel Tao Date: Thu, 22 Feb 2024 18:43:12 +0800 Subject: [PATCH] Updated deployhooks (markdown) --- deployhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployhooks.md b/deployhooks.md index d7ef7a2..f4c745e 100644 --- a/deployhooks.md +++ b/deployhooks.md @@ -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. - 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): 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.