mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
git clone to specific location
This commit is contained in:
parent
d63aa42256
commit
39a306d8da
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
|
|||
sudo apt-get install -y nodejs
|
||||
|
||||
# Clone flood
|
||||
cd /var/www
|
||||
git clone https://github.com/jfurrow/flood.git
|
||||
git clone https://github.com/jfurrow/flood.git /var/www
|
||||
|
||||
# Config flood
|
||||
ynh_replace_string "PATH_URL" "$path_url" ../sources/config.js
|
||||
|
|
Loading…
Reference in a new issue