1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00

git clone to specific location (fixed)

This commit is contained in:
Taker 2021-01-31 16:51:20 +01:00
parent 39a306d8da
commit 67d188ebe5

View file

@ -58,7 +58,7 @@ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs sudo apt-get install -y nodejs
# Clone flood # Clone flood
git clone https://github.com/jfurrow/flood.git /var/www 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