aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/install4
-rw-r--r--scripts/restore2
-rw-r--r--scripts/upgrade4
3 files changed, 5 insertions, 5 deletions
diff --git a/scripts/install b/scripts/install
index 5443717..77c3cca 100644
--- a/scripts/install
+++ b/scripts/install
@@ -219,9 +219,9 @@ ynh_app_setting_set --app="$app" --key=vapid_public_key --value="$vapid_public_k
ynh_secure_remove --file="$final_path/live/key.txt"
#=================================================
-# SETUP CRON JOB
+# SETUP THE CRON FILE
#=================================================
-ynh_script_progression --message="Setuping a cron job..." --weight=1
+ynh_script_progression --message="Setuping the cron file..." --weight=1
ynh_replace_string --match_string="__FINAL_PATH__" --replace_string="$final_path" --target_file="../conf/cron"
cp -f ../conf/cron /etc/cron.d/$app
diff --git a/scripts/restore b/scripts/restore
index 175543a..694b649 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -158,7 +158,7 @@ ynh_systemd_action --service_name=${app}-streaming --action="start" --log_path=s
#=================================================
# RESTORE THE CRON FILE
#=================================================
-ynh_script_progression --message="Restoring a cron job..." --weight=2
+ynh_script_progression --message="Restoring the cron file..." --weight=2
ynh_restore_file --origin_path="/etc/cron.d/$app"
diff --git a/scripts/upgrade b/scripts/upgrade
index f14c08b..d578415 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -300,9 +300,9 @@ popd
ynh_store_file_checksum --file="$config"
#=================================================
-# SETUP CRON JOB FOR REMOVING CACHE
+# SETUP THE CRON FILE
#=================================================
-ynh_script_progression --message="Setuping a cron job..." --weight=1
+ynh_script_progression --message="Setuping the cron file..." --weight=1
ynh_replace_string --match_string="__FINAL_PATH__" --replace_string="$final_path" --target_file="../conf/cron"
cp -f ../conf/cron /etc/cron.d/$app