Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-04 10:05:47 +0300
committerGitHub <noreply@github.com>2020-09-04 10:05:47 +0300
commitc42ec1d992d4ac995c6700affe05ba74cdb99c4c (patch)
treeb53ae82a9916e7e66e064e08b5c124eb89c6dcb8 /static/adduser.sh
parent80dc7b6293f260f6261a6757ead1cfe717fa5ed6 (diff)
add SCRIPT_NAME to all scripts and standardize whiptail-titles (#1400)
Signed-off-by: enoch85 <github@hanssonit.se> Co-authored-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'static/adduser.sh')
-rw-r--r--static/adduser.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/adduser.sh b/static/adduser.sh
index 39f553d1..294c335e 100644
--- a/static/adduser.sh
+++ b/static/adduser.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# shellcheck disable=2034,2059
true
+SCRIPT_NAME="Add CLI User"
# shellcheck source=lib.sh
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)