From 444b9ce82fa4736e7ad03484693eff675c2d5c16 Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 4 Jan 2019 23:48:12 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f22a6ca..fb7c27c 100644 --- a/scripts/install +++ b/scripts/install @@ -180,7 +180,7 @@ ynh_replace_string "yunobase" "$db_name" "$final_path/config.json" mkdir -p /var/lib/pufferd /var/log/pufferd /etc/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 -/srv/pufferd/pufferd --install --auth https://$domain$path --token ${nodeSecret} --config $final_path/config.json +pufferd --install --auth https://$domain$path --token ${nodeSecret} --config $final_path/config.json #================================================= # NGINX CONFIGURATION