[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-99-gff47c9f

Ondřej Surý ondrej at sury.org
Wed Mar 27 11:16:15 UTC 2013


The following commit has been merged in the master-experimental branch:
commit 7f28c30957022698a144a5ea01d756f46b0d40bd
Author: Ondřej Surý <ondrej at sury.org>
Date:   Thu Mar 21 17:13:22 2013 +0100

    Fix missing then in the cache clear part of postinst script

diff --git a/debian/postinst b/debian/postinst
index 0bf4edf..d2d7af1 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -285,7 +285,7 @@ This may take a while."
 			    mkdir /var/cache/redmine/${lInstance}/cache
 			fi
 			rake -s tmp:cache:clear RAILS_ENV=$fRailsEnv X_DEBIAN_SITEID="${lInstance}" VERBOSE=$RAKE_VERBOSE || fCode=$?
-			if [ $fCode -ne 0 ];
+			if [ $fCode -ne 0 ]; then
 				echo "Error when clearing cache. You might need to clear the cache directory /var/cache/redmine/${lInstance}/ manually."
 			fi			
 			cd $savedir || true

-- 
redmine.git



More information about the Pkg-ruby-extras-commits mailing list