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 /old/ntpdate.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 'old/ntpdate.sh')
-rw-r--r--old/ntpdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/ntpdate.sh b/old/ntpdate.sh
index 43645ef3..a5836b80 100644
--- a/old/ntpdate.sh
+++ b/old/ntpdate.sh
@@ -4,6 +4,7 @@
# shellcheck disable=2034,2059
true
+SCRIPT_NAME="Ntpdate"
# shellcheck source=lib.sh
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)