We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b24518 commit 39af721Copy full SHA for 39af721
install/upgrade/versions/latest.sh
@@ -36,7 +36,7 @@ if [ ! -z "$IMAP_SYSTEM" ]; then
36
fi
37
38
39
-if [ -z "$(v-list-cron-jobs admin | grep 'v-update-sys-queue backup')" ]; then
+if [ -z "$($BIN/v-list-cron-jobs admin | grep 'v-update-sys-queue restart')" ]; then
40
command="sudo $BIN/v-update-sys-queue restart"
41
$BIN/v-add-cron-job 'admin' '*/2' '*' '*' '*' '*' "$command"
42
0 commit comments