Update upgrade

This commit is contained in:
ericgaspar 2020-11-18 17:13:12 +01:00
parent 0daa85b6ba
commit f7dfa59218
No known key found for this signature in database
GPG Key ID: 574F281483054D44

View File

@ -205,6 +205,13 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions on app files # Set permissions on app files
chown -R "$app":"$app" "$final_path" chown -R "$app":"$app" "$final_path"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app daemon for Wiki.js" --log_type systemd
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT
#================================================= #=================================================