Cleanup dsa-update-unowned-file-status and dsa-update-unowned-file-status creation...
[mirror/dsa-nagios.git] / dsa-nagios-checks / sbin / dsa-update-apt-status
index 7919f71..c506fea 100755 (executable)
@@ -51,9 +51,7 @@ run_required() {
        return $norun
 }
 
-if [ ! -d "${STATUSDIR}" ]; then
-    mkdir -p "${STATUSDIR}"
-fi
+mkdir -p "${STATUSDIR}"
 
 # do stuff only when required, or when asked to
 if [ "${1:-""}" != "-f" ] ; then