diff --git a/conf/config.php b/conf/config.php index eb78e63..c16bdb3 100644 --- a/conf/config.php +++ b/conf/config.php @@ -21,7 +21,7 @@ // You need to set this option correctly otherwise several features // including PUSH, bookmarklets and browser integration will not work properly. - putenv('TTRSS_SINGLE_USER_MODE=true'); + putenv('TTRSS_SINGLE_USER_MODE=false'); // Operate in single user mode, disables all functionality related to // multiple users and authentication. Enabling this assumes you have // your tt-rss directory protected by other means (e.g. http auth). diff --git a/scripts/restore b/scripts/restore index 047469f..e278da8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -100,6 +100,13 @@ ynh_script_progression --message="Restoring various files..." --weight=1 ynh_restore_file --origin_path="/etc/cron.d/$app" +#================================================= +# RESTORE VARIOUS FILES +#================================================= +ynh_script_progression --message="Restoring various files..." --weight=1 + +ynh_restore_file --origin_path="/etc/cron.d/$app" + #================================================= # RESTORE SYSTEMD #=================================================