Fixed checking for correct mount of encrypted directory

This commit is contained in:
Daniel Pätzold
2026-03-13 18:14:58 +01:00
parent b1e5752318
commit 445c52fb27
3 changed files with 20 additions and 7 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ fi
if [ $? -ne 0 ]; then
elog_add "Some Error when mounting private Directory, cannot continue. Your Data will not be available."
elog_add "If you want to redo this script here, execute ${SCRIPTPATH}/${SCRIPTNAME}"
read -n 1 -s -r -p "Press any key to continue"
echo "Press any key to continue"
read -n 1 -s -r
exit 1
fi