diff --git a/scripts/install b/scripts/install index 9b3dd74..5b10b75 100644 --- a/scripts/install +++ b/scripts/install @@ -90,13 +90,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) # Set permissions to app files chown -R root: $final_path -#================================================= -# START TTRSS IN BACKGROUND -#================================================= -ynh_script_progression --message="Starting ttrss..." --weight=1 - -ynh_systemd_action --service_name=$app --action=start - #================================================= # SETUP SSOWAT #================================================= @@ -107,7 +100,7 @@ if [ $is_public -eq 1 ] then # Everyone can access the app. # The "main" permission is automatically created before the install script. - ynh_permission_update --permission "main" --add "visitors" + ynh_permission_update --permission "main" --add "visitors" fi #=================================================