1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00

Mauvaise comprehension de publique / pas publique

This commit is contained in:
plabuse 2017-04-07 15:11:01 +02:00 committed by GitHub
parent 3e16c37a54
commit f9c147aa96

View file

@ -113,11 +113,11 @@ sudo chown -R $app: $final_path
# 0 : pas d'acces publique
# 1 : acces publique autorise
if [ $is_public -eq 0 ];
then
#if [ $is_public -eq 0 ];
#then
# Retire l'accès public
ynh_app_setting_delete $app unprotected_uris
fi
# ynh_app_setting_delete $app unprotected_uris
#fi
#=================================================
# RELOAD NGINX