diff --git a/src/scripts/filesystem-cleanup b/src/scripts/filesystem-cleanup index e0430e480..f4d4f7df2 100644 --- a/src/scripts/filesystem-cleanup +++ b/src/scripts/filesystem-cleanup @@ -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 ;;