cancel password menu

This commit is contained in:
rootzoll 2020-02-17 15:29:45 +01:00
parent 45004c4bae
commit 4998fba1e4

View File

@ -63,6 +63,9 @@ if [ ${#abcd} -eq 0 ]; then
D)
abcd='d';
;;
*)
exit 1
;;
esac
fi