]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - rebootmgr.init
- typo
[packages/util-vserver.git] / rebootmgr.init
index 8a3fe4bcc3e801fc31939a7552cb5048e83d348c..5dd214314d4b7e9ad4ea8d30afe3cc52513db710 100644 (file)
@@ -8,7 +8,7 @@
 
 . /etc/init.d/functions
 
-[ -n "$UTIL_VSERVER_VARS" ] || $UTIL_VSERVER_VARS=/usr/lib/util-vserver/util-vserver-vars
+[ -n "$UTIL_VSERVER_VARS" ] || UTIL_VSERVER_VARS=/usr/lib/util-vserver/util-vserver-vars
 if [ ! -e "$UTIL_VSERVER_VARS" ] ; then
        echo "Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
        exit 1
This page took 0.035771 seconds and 4 git commands to generate.