From 6c55959f13227f8ba4385376b86dbf27e164ac56 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 11 Feb 2007 19:28:10 +0000 Subject: jailist_update changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@182 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/mkjail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/src') diff --git a/trunk/src/mkjail b/trunk/src/mkjail index 3be3efb..a40ff0d 100755 --- a/trunk/src/mkjail +++ b/trunk/src/mkjail @@ -97,8 +97,8 @@ function jailist_update { # update the jail list file # usage: jailist_update - if [ -f "$JAIL_LIST" ]; then - if ! grep -q "^$1" $JAIL_LIST; then + if [ -s "$JAIL_LIST" ]; then + if ! grep -q -e "^$1$" $JAIL_LIST; then echo $1 >> $JAIL_LIST fi else -- cgit v1.2.3