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:
parent
3e16c37a54
commit
f9c147aa96
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue