|
|
|
@ -216,6 +216,8 @@ ynh_store_file_checksum "${final_path}/config/config.php" |
|
|
|
|
|
|
|
cron_path="/etc/cron.d/$app" |
|
|
|
cp -a ../conf/nextcloud.cron "$cron_path" |
|
|
|
chown root: "$cron_path" |
|
|
|
chmod 644 "$cron_path" |
|
|
|
|
|
|
|
ynh_replace_string "#USER#" "$app" "$cron_path" |
|
|
|
ynh_replace_string "#DESTDIR#" "$final_path" "$cron_path" |
|
|
|
|