From f573b90ca2ed2110692a2cf8c6d2558965cff283 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 17 Oct 2015 18:26:27 +0200 Subject: [PATCH] Fix archive path in install script --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 448f9b4..fc2ef23 100755 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,7 @@ final_path=/var/www/$app # Get and move sources -tar xjvf sources/galette-$version.tar.bz2 +tar xjvf ../sources/galette-$version.tar.bz2 mv galette-$version/galette $final_path rm -r galette-$version