vserver: Some more vserver-hashify-all cleanups.
[matthijs/servers/drsnuggles.git] / usr / local / bin / vserver-hashify-all
index 763cfbfb489e25142c7171c30f72eda57a47077f..5df03c256d99b8ce5ecb86a094233a9b388f5e4e 100755 (executable)
@@ -3,9 +3,9 @@
 # The dir containing vserver configuration
 VSERVERS_CONF="/etc/vservers"
 
-for VDIR in $VSERVERS_CONF/*; do
+for VDIR in "$VSERVERS_CONF"/*; do
        NAME=`basename $VDIR`
-       # Check if its config dir exists
+       # Check if its a config dir
        if [ ! -d "$VDIR" ]; then
                continue;
        fi