From 86843e651112c1d3fe104c7f1eb3d96b3b774be4 Mon Sep 17 00:00:00 2001 From: Scruel Tao Date: Thu, 22 Feb 2024 18:45:42 +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 f4c745e..7973ae9 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 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). + Notice: the temp admin user should be automatically deleted after execution, if the script unexpectedly stopped while running (e.g., abort by pressing "Ctrl+C"), it may remain if it has already been created, in this case, you can safely delete it via Control panel. - (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.