From a354da7d516ec64a4d95743fcaa0c9e685fd72e0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Dec 2021 16:33:01 +0100 Subject: [PATCH] fix --- conf/cron | 1 + scripts/install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 conf/cron diff --git a/conf/cron b/conf/cron new file mode 100644 index 0000000..84bed3f --- /dev/null +++ b/conf/cron @@ -0,0 +1 @@ +*/30 * * * * /usr/bin/php__PHPVERSION__ __FINALPATH__/update.php --feeds --quiet \ No newline at end of file diff --git a/scripts/install b/scripts/install index 0edfe63..8e09313 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ ynh_script_progression --message="Initializing database..." --weight=6 ynh_mysql_connect_as --user="$db_name" --password="$db_pwd" --database="$db_name" \ < "$final_path/schema/ttrss_schema_mysql.sql" -php${phpversion} ${final_path}/update.php --update-schema +#php${phpversion} ${final_path}/update.php --update-schema #================================================= # GENERIC FINALIZATION