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

Update install

This commit is contained in:
Ylies Chahi 2017-07-25 15:53:11 +02:00 committed by GitHub
parent d4b27e525f
commit cc2b7d810c

View file

@ -23,7 +23,6 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path=$YNH_APP_ARG_PATH
author=$YNH_APP_ARG_AUTHOR
is_public=$YNH_APP_ARG_IS_PUBLIC
app=$YNH_APP_INSTANCE_NAME
@ -43,7 +42,6 @@ DESTDIR="/var/www/${app}"
#=================================================
ynh_app_setting_set $app is_public $is_public
ynh_app_setting_set $app author $author
# Set SSOwat rules
[[ $is_public -eq 1 ]] \