add read to already running setup

This commit is contained in:
Tobias Powalowski 2022-05-08 21:13:16 +02:00
parent b43fff90d8
commit 3c987bbeb1

View file

@ -239,6 +239,8 @@ if [[ -e /tmp/.setup-running ]]; then
echo "HINT:"
echo "setup already runs on a different console!"
echo "Please remove /tmp/.setup-running first to launch setup!"
echo "Hit ENTER to exit this message."
read
exit 1
fi
: >/tmp/.setup-running