working version
[feisty_meow.git] / scripts / system / common_sysadmin.sh
index af0cf3db545ed0038385aa5497fc71c3d8c6d6a1..078f241968d71d96d3b0bdde764da0b316d483b4 100644 (file)
@@ -14,6 +14,8 @@ function remove_domain_file()
     # don't destroy, just shuffle.
     \mv -f "$domain_file" "/tmp/$(basename ${domain_file})-old-${RANDOM}"
     test_or_die "removing domain file: $domain_file"
+  else
+    echo "Did not see a domain file to remove: $domain_file"
   fi
 }