mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
Another fix
This commit is contained in:
parent
6e4f124971
commit
fd419557c3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ git clone https://github.com/jfurrow/flood.git /var/www/flood
|
||||||
|
|
||||||
# Config flood
|
# Config flood
|
||||||
ynh_replace_string "PATH_URL" "$path_url" ../sources/config.js
|
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/
|
sudo chown -R flood:flood flood/
|
||||||
|
|
||||||
# Compiling assets for Flood
|
# Compiling assets for Flood
|
||||||
|
|
Loading…
Add table
Reference in a new issue