1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

clean code

This commit is contained in:
liberodark 2019-07-29 19:57:32 +02:00
parent 5fdb9d4d0f
commit 4dcf7310d1

View file

@ -119,14 +119,6 @@ ynh_replace_string "yunouser" "$db_name" "$final_path/.env"
ynh_replace_string "yunopass" "$db_pwd" "$final_path/.env"
ynh_replace_string "yunobase" "$db_name" "$final_path/.env"
#==============================================
# INSTALL DAEMON Pufferd
#==============================================
wget https://github.com/YunoHost-Apps/pufferpanel_ynh/releases/download/1.2.5/pufferd_1.2.5_amd64.deb
dpkg --install pufferd_1.2.5_amd64.deb
pufferd --install --auth https://$domain$path_url --token ${nodeSecret} --config /etc/pufferd/config.json
#=================================================
# NGINX CONFIGURATION
#=================================================