X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fscripts%2Flegacy%2Fvserver;h=7c72d047e7618371d7b1ecc567fb71dfde58725e;hb=cd6b816b60d0bd8c76e92b6fa9a326abe0508896;hp=9c328b7944ceec8fdf106e659f7bc3f8bdd2f45f;hpb=dfd7c5abfa53e81582a7ca7e88f6ab82dda39085;p=util-vserver.git diff --git a/util-vserver/scripts/legacy/vserver b/util-vserver/scripts/legacy/vserver index 9c328b7..7c72d04 100755 --- a/util-vserver/scripts/legacy/vserver +++ b/util-vserver/scripts/legacy/vserver @@ -534,7 +534,7 @@ elif [ "$2" = "start" ] ; then $_SAVE_S_CONTEXT $PKGSTATEDIR/$1.ctx \ $_CAPCHROOT $CHROOTOPT . $STARTCMD sleep 2 - test -x $CONFDIR/$1.sh && $CONFDIR/$1.sh post-start $1 + test ! -x $CONFDIR/$1.sh || $CONFDIR/$1.sh post-start $1 fi elif [ "$2" = "running" ] ; then if [ ! -f $PKGSTATEDIR/$1.ctx ] ; then