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:
authorDaniel Hansson <github@hanssonit.se>2021-10-01 12:24:54 +0300
committerGitHub <noreply@github.com>2021-10-01 12:24:54 +0300
commit51ce8f72bde5258882b029837d8d2e8b4c8c24f4 (patch)
tree15b22f84a28508c72be771f04a0f67d63871d215
parent973e1eb02bd8fbb4189c47bc142de8f6c3549277 (diff)
typo
-rw-r--r--lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.sh b/lib.sh
index ca74bd8d..0c82a528 100644
--- a/lib.sh
+++ b/lib.sh
@@ -435,7 +435,7 @@ done
check_running_cronjobs() {
while [ -n "$(pgrep -f nextcloud/cron.php)" ]
do
- countdown "Waiting for the Nextclouds cronjob to finish..." "30"
+ countdown "Waiting for the Nextcloud cronjob to finish..." "30"
done
}