1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00
This commit is contained in:
yalh76 2020-04-21 03:49:14 +02:00
parent e395c420f9
commit 125f9790bf

View file

@ -208,7 +208,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --l
#================================================= #=================================================
ynh_print_info --message="Configuring SSOwat..." ynh_print_info --message="Configuring SSOwat..."
ynh_app_setting_set --app=$app --key=unprotected_uris--value= "/" ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
if [ $is_public -eq 0 ] if [ $is_public -eq 0 ]
then then
# If the app is private, only the shortened URLs are publics. # If the app is private, only the shortened URLs are publics.