[Pkg-ceph-commits] [ceph] 14/23: d/ceph-mds.postinst: Fix syntax error.

James Downing Page jamespage at moszumanska.debian.org
Wed Feb 17 10:42:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch jewel
in repository ceph.

commit 23e78f3fa17d96d5484b55e5ea31fc2d909b3cd2
Author: James Page <james.page at ubuntu.com>
Date:   Tue Feb 16 12:52:43 2016 +0000

    d/ceph-mds.postinst: Fix syntax error.
---
 debian/ceph-mds.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ceph-mds.postinst b/debian/ceph-mds.postinst
index e1eb035..d1c586c 100644
--- a/debian/ceph-mds.postinst
+++ b/debian/ceph-mds.postinst
@@ -32,7 +32,7 @@ case "$1" in
 				fi
 			}
 		fi
-		if ! dpkg-statoverride --list /var/lib/ceph/mds >/dev/null
+		if ! dpkg-statoverride --list /var/lib/ceph/mds >/dev/null; then
 			chown $SERVER_USER:$SERVER_GROUP /var/lib/ceph/mds
 		fi
 	;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list