fix if bug

This commit is contained in:
rootzoll 2019-12-15 18:06:03 +01:00
parent d2f0b4a0ef
commit 1c478e2daf

View file

@ -1214,7 +1214,7 @@ if [ "$1" = "clean" ]; then
fi
# on SSDs never shredd
# https://www.davescomputers.com/securely-deleting-files-solid-state-drive/
if [ ${isSSD} -eq 1]; then
if [ ${isSSD} -eq 1 ]; then
whenDeleteSchredd=0
fi