From eb1b70009441e73cf9d7d791677496512635c9f7 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 29 Jan 2017 22:14:25 +0100 Subject: [PATCH] Update _common --- scripts/_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common b/scripts/_common index 8e6e58c..838d156 100644 --- a/scripts/_common +++ b/scripts/_common @@ -1,5 +1,5 @@ extract_source() { - + sudo rm -rf /var/www/scrumblr sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/$app \ || ynh_die "Unable to download source" }