From 67d188ebe54bcb826429f7a291bd746ceb480bfa Mon Sep 17 00:00:00 2001 From: Taker Date: Sun, 31 Jan 2021 16:51:20 +0100 Subject: [PATCH] git clone to specific location (fixed) --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9ed36b0..feb2832 100755 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash - sudo apt-get install -y nodejs # Clone flood -git clone https://github.com/jfurrow/flood.git /var/www +git clone https://github.com/jfurrow/flood.git /var/www/flood # Config flood ynh_replace_string "PATH_URL" "$path_url" ../sources/config.js