1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update _common

This commit is contained in:
frju365 2017-01-29 22:09:14 +01:00 committed by GitHub
parent 525de2324f
commit 33d990ec27

View file

@ -1,5 +1,5 @@
extract_source() {
sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/ \
sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/$app \
|| ynh_die "Unable to download source"
}