From 44e46ef9f11c34d117c224c08f816d3417238ee3 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Thu, 9 Feb 2017 15:24:32 +0100 Subject: [PATCH] Overwrite files without asking --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index fc13ebc..aba51ee 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -19,7 +19,7 @@ app=rainloop # the old version is not deleted... the new version is in a new path # Use of latest community edition - sudo unzip -q ../sources/rainloop-community.zip -d $rainloop_path/ + sudo unzip -q -o ../sources/rainloop-community.zip -d $rainloop_path/ # Update patch to auto load version sudo cp ../sources/patch/index_auto_version.php $rainloop_path/index.php