We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49e416 commit 9f50f28Copy full SHA for 9f50f28
bin/v-unsuspend-cron-job
@@ -32,6 +32,9 @@ is_object_valid 'user' 'USER' "$user"
32
is_object_valid 'cron' 'JOB' "$job"
33
is_object_suspended 'cron' 'JOB' "$job"
34
35
+# Perform verification if read-only mode is enabled
36
+check_hestia_demo_mode
37
+
38
39
#----------------------------------------------------------#
40
# Action #
bin/v-unsuspend-cron-jobs
@@ -29,6 +29,9 @@ check_args '1' "$#" 'USER [RESTART]'
29
is_format_valid 'user'
30
is_object_valid 'user' 'USER' "$user"
31
0 commit comments