edit dialog

This commit is contained in:
rootzoll 2020-07-04 15:29:55 +02:00
parent f6b60939c1
commit 728088387d

View file

@ -110,8 +110,8 @@ Will format the following device as Backup drive:
${backupCandidate[0]} ${backupCandidate[0]}
THIS WILL DELETE ALL DATA ON THAT DEVICE! THIS WILL DELETE ALL DATA ON THAT DEVICE!
" 6 60 " 9 60
if [ $? -eq 0 ]; then if [ $? -eq 1 ]; then
echo "# CANCEL" echo "# CANCEL"
exit 1 exit 1
fi fi