correct to setup

This commit is contained in:
Tobias Powalowski 2022-03-21 09:16:11 +01:00
parent 5dc0689af1
commit 142a1cca79

View file

@ -4802,7 +4802,7 @@ mainmenu() {
#####################
## begin execution ##
if pgrep setup.sh >/dev/null 2>&1; then
if pgrep setup >/dev/null 2>&1; then
echo "HINT:"
echo "setup already runs on a different tty!"
exit 1