mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
Moved flood config
This commit is contained in:
parent
9d11186d5f
commit
d63aa42256
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue