mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
up
This commit is contained in:
parent
5d3b83821e
commit
af704b8284
1 changed files with 0 additions and 11 deletions
|
@ -128,17 +128,6 @@ systemctl enable $app.service
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R $app: $final_path
|
chown -R $app: $final_path
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# SETUP SSOWAT
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
# If app is public, add url to SSOWat conf as skipped_uris
|
|
||||||
if [ $is_public -eq 1 ]; then
|
|
||||||
# unprotected_uris allows SSO credentials to be passed anyway.
|
|
||||||
ynh_app_setting_set "$app" unprotected_uris "/"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Reload services
|
# Reload services
|
||||||
#systemctl reload nginx
|
#systemctl reload nginx
|
||||||
systemctl restart $app
|
systemctl restart $app
|
||||||
|
|
Loading…
Add table
Reference in a new issue