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:
parent
5fdb9d4d0f
commit
4dcf7310d1
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue