diff options
| author | yalh76 <yalh@yahoo.com> | 2020-05-26 13:22:20 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-05-26 13:22:20 +0200 |
| commit | d3ea53c200fd20a61acb4bb1a5dce5aa6ab77752 (patch) | |
| tree | 6cb40847128c21b5d588851d8935f1c070ed6a8c /scripts/upgrade | |
| parent | f2051e67a3a7ee03254677434a35209beff2225b (diff) | |
| download | mastodon_ynh-d3ea53c200fd20a61acb4bb1a5dce5aa6ab77752.tar.gz mastodon_ynh-d3ea53c200fd20a61acb4bb1a5dce5aa6ab77752.tar.bz2 mastodon_ynh-d3ea53c200fd20a61acb4bb1a5dce5aa6ab77752.zip | |
removing not needed cron job description
Diffstat (limited to 'scripts/upgrade')
| -rw-r--r-- | scripts/upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade index fd58f16..eff42b3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -302,7 +302,7 @@ ynh_store_file_checksum --file="$config" #================================================= # SETUP CRON JOB FOR REMOVING CACHE #================================================= -ynh_script_progression --message="Setuping a cron job for removing cache..." --weight=1 +ynh_script_progression --message="Setuping a cron job..." --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 |
