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
|
git clone https://github.com/jfurrow/flood.git
|
||||||
|
|
||||||
# Config flood
|
# Config flood
|
||||||
ynh_replace_string "PATH_URL" "$path_url" ../conf/config.js
|
ynh_replace_string "PATH_URL" "$path_url" ../sources/config.js
|
||||||
sudo cp ../conf/config.js flood/
|
sudo cp ../sources/config.js flood/
|
||||||
sudo chown -R flood:flood flood/
|
sudo chown -R flood:flood flood/
|
||||||
|
|
||||||
# Compiling assets for Flood
|
# Compiling assets for Flood
|
||||||
|
|
Loading…
Add table
Reference in a new issue