1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

Update install

This commit is contained in:
ericgaspar 2020-11-01 21:14:58 +01:00
parent 39afbd00fa
commit 32353ac41f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================