From 4dcf7310d1b70ead84f2210ab15265617a9ff319 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 29 Jul 2019 19:57:32 +0200 Subject: [PATCH] clean code --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index 95fbb61..39ee31f 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================