diff --git a/scripts/_common b/scripts/_common index 75cf2ab..8e6e58c 100644 --- a/scripts/_common +++ b/scripts/_common @@ -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" }