]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/scripts/filesystem-cleanup
filesystem-cleanup: fix "fixed space" type
[ipfire-2.x.git] / src / scripts / filesystem-cleanup
index e0430e4802fb0d18d4a1231366ff115e8a8b7751..f4d4f7df2807c4f3a30091e98b16b20b599bd21f 100644 (file)
@@ -85,7 +85,7 @@ main() {
                                                echo "Removing ${file}..."
 
                                                # Actually remove the file (maybe)
-                                               if [ "${dry_run}" = "false" ]; then
+                                               if [ "${dry_run}" = "false" ]; then
                                                        unlink "${file}"
                                                fi
                                                ;;