mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
filesystem-cleanup: fix "fixed space" type
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user