mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix if bug
This commit is contained in:
parent
d2f0b4a0ef
commit
1c478e2daf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue