mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
fix path to flood folder in install script (hopefully)
This commit is contained in:
parent
fd419557c3
commit
410c43177d
1 changed files with 2 additions and 2 deletions
|
@ -63,10 +63,10 @@ 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 /var/www/flood/config.js
|
||||
sudo chown -R flood:flood flood/
|
||||
sudo chown -R flood:flood /var/www/flood/
|
||||
|
||||
# Compiling assets for Flood
|
||||
cd flood/
|
||||
cd /var/www/flood/
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue