...wrong fi...

This commit is contained in:
Jack
2020-01-29 02:43:41 +02:00
parent 50176ca7de
commit d56f6926ea
+2 -1
View File
@@ -849,7 +849,6 @@ printf 'The following temporary files are safe to delete:
"'"ApfsDriverLoader.efi"'" "'"ApfsDriverLoader.efi"'"
"'"Apple"*".efi"'" "'"Apple"*".efi"'"
"'"AppleSupport-v2.0.4-RELEASE.zip"'"\n' "'"AppleSupport-v2.0.4-RELEASE.zip"'"\n'
fi
if [ -w "dmg2img.exe" ]; then if [ -w "dmg2img.exe" ]; then
printf ' "'"dmg2img.exe"'"\n' printf ' "'"dmg2img.exe"'"\n'
fi fi
@@ -871,6 +870,8 @@ if [ "${delete,,}" == "y" ]; then
rm "dmg2img.exe" 2>/dev/null rm "dmg2img.exe" 2>/dev/null
fi fi
fi
} }
function documentation() { function documentation() {