sys: fixed typo breaking things with VServers
[matthijs/upstream/backupninja.git] / handlers / sys
index 310d921de92a9c89559469ec9b9e7f7115d9190a..6ae736dc2927713cbfa6fc0d064b30ffbe1e6b77 100755 (executable)
@@ -115,7 +115,7 @@ if [ "$packages" == "yes" ]; then
          set -o noglob
         debug "$VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile"
         $VSERVER $vserver exec $packagemgr $packagemgroptions > $VROOTDIR/$vserver$packagesfile || fatal "can not save $packagemgr info to $packagesfile"
-         set +o noglog
+         set +o noglob
       done
    fi
    
@@ -291,7 +291,7 @@ catiffile "/proc/stat"
 STATUS="Gathering information about your partitions:"
 catiffile "/proc/partitions"
 
-STATUS="Gathering information about your ksysms:"
+STATUS="Gathering information about your ksyms:"
 catiffile "/proc/ksyms"
 
 STATUS="Gathering information about slabinfo:"