From d63aa42256e57281629f08cca6beaeb993153fbf Mon Sep 17 00:00:00 2001 From: Taker Date: Sun, 31 Jan 2021 16:38:54 +0100 Subject: [PATCH] Moved flood config --- scripts/install | 4 ++-- {conf => sources}/config.js | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {conf => sources}/config.js (100%) diff --git a/scripts/install b/scripts/install index db722db..88fa768 100755 --- a/scripts/install +++ b/scripts/install @@ -62,8 +62,8 @@ cd /var/www git clone https://github.com/jfurrow/flood.git # Config flood -ynh_replace_string "PATH_URL" "$path_url" ../conf/config.js -sudo cp ../conf/config.js flood/ +ynh_replace_string "PATH_URL" "$path_url" ../sources/config.js +sudo cp ../sources/config.js flood/ sudo chown -R flood:flood flood/ # Compiling assets for Flood diff --git a/conf/config.js b/sources/config.js similarity index 100% rename from conf/config.js rename to sources/config.js