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:
parent
39afbd00fa
commit
32353ac41f
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue