From fd419557c3981074b15c911e4c0da97c6318b486 Mon Sep 17 00:00:00 2001 From: Taker Date: Sun, 31 Jan 2021 16:56:26 +0100 Subject: [PATCH] Another fix --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e7fcfe3..053abcc 100755 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ git clone https://github.com/jfurrow/flood.git /var/www/flood # Config flood ynh_replace_string "PATH_URL" "$path_url" ../sources/config.js -sudo cp ../sources/config.js flood/config.js +sudo cp ../sources/config.js /var/www/flood/config.js sudo chown -R flood:flood flood/ # Compiling assets for Flood