[BackupPC] fix syntax error in scriptlet

Bernard Johnson bjohnson at fedoraproject.org
Tue Jul 12 02:20:23 UTC 2011


commit 091e785f0c1c16d34074382ad39f96a6ba81c6f0
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Mon Jul 11 09:40:56 2011 -0600

    fix syntax error in scriptlet

 BackupPC.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/BackupPC.spec b/BackupPC.spec
index b705532..0c63fd5 100644
--- a/BackupPC.spec
+++ b/BackupPC.spec
@@ -270,7 +270,7 @@ if [ "$1" -eq "0" ]; then
     fi
 fi
 %endif
-if [ $1 -ge 1]; then
+if [ $1 -ge 1 ]; then
   # Package upgrade, not uninstall
   %if 0%{?_with_systemd}
   /bin/systemctl try-restart backuppc.service > /dev/null 2>&1 || :  


More information about the scm-commits mailing list