From: Daniel Hokka Zakrisson Date: Fri, 22 Aug 2008 21:39:27 +0000 (+0000) Subject: Remove the runfile, if it exists. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbae7fc38bcbb996ded87cc7dd72df2d52115c56;p=util-vserver.git Remove the runfile, if it exists. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2763 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/scripts/vserver.delete b/scripts/vserver.delete index d77f46d..8680100 100644 --- a/scripts/vserver.delete +++ b/scripts/vserver.delete @@ -32,4 +32,5 @@ isVserverRunning "$VSERVER_DIR" && base.init pkgmgmt.initVariables $_RM -rf "`$_VSERVER_INFO "$vserver" VDIR 1`" "$VSERVER_DIR" "$PKGCFGDIR" \ - "`$_READLINK "$VSERVER_DIR/cache" 2>/dev/null`" + "`$_READLINK "$VSERVER_DIR/cache" 2>/dev/null`" \ + "`$_READLINK "$VSERVER_DIR/run" 2>/dev/null`"