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

Add zap protocol in config file

This commit is contained in:
anmol 2019-04-05 21:41:14 +05:30
parent fe3175c096
commit 3d65369d74
2 changed files with 3 additions and 0 deletions

1
conf/zap.php Normal file
View file

@ -0,0 +1 @@
define('NOMADIC',1);

View file

@ -169,6 +169,8 @@ sudo sed -i "s@//ini_set('display_errors', '0');@ini_set('display_errors', '0');
ynh_print_info "Push Ldap configuration to .htconfig.php..." ynh_print_info "Push Ldap configuration to .htconfig.php..."
sudo su -c "cat ../conf/ldap_conf.php >> $final_path/.htconfig.php" sudo su -c "cat ../conf/ldap_conf.php >> $final_path/.htconfig.php"
# Addon Zap protocol (currently the if zap config is not pusshed in the config file, Osada protocol is taken by default)
sudo su -c "cat ../conf/zap.php >> $final_path/.htconfig.php"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION