]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
filesystem-cleanup: fix "fixed space" type
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 25 Jan 2020 15:05:38 +0000 (15:05 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 25 Jan 2020 15:05:38 +0000 (15:05 +0000)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
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
                                                ;;