From 9b09a7c5cca5683bcc8d89034c6a8ec024a2a441 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 4 Nov 2015 22:41:53 +0100 Subject: [PATCH] Commenting rm of the install folder for debugging --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cde0956..8d59bd2 100755 --- a/scripts/install +++ b/scripts/install @@ -112,6 +112,6 @@ sudo pip install mechanize sudo python initialConf.py $domain$path $db_pwd $admin $adminPass # Delete the install folder as advised by galette php installer -sudo rm -rf $final_path/install +# sudo rm -rf $final_path/install