1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2020-12-12 23:22:16 +01:00
parent 70f53fd2b4
commit 11009b7da0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -136,15 +136,6 @@ ynh_store_file_checksum --file="$final_path/user/config.php"
# Restore permissions on app files # Restore permissions on app files
chown -R $app: $final_path chown -R $app: $final_path
#=================================================
# SETUP SSOWAT
#=================================================
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
# Restrict access to admin only
yunohost app addaccess --users=$admin $app
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX
#================================================= #=================================================