Update install.sh

This commit is contained in:
Stefan Pejcic 2025-02-05 20:58:48 +01:00 committed by GitHub
parent 6198e375fa
commit 74eba1a181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1713,7 +1713,7 @@ create_admin_and_show_logins_success_message() {
# touch /root/openpanel_install.lock
(
flock -s 200
flock -n 200 || { echo "Error: Another instance of the install script is already running. Exiting."; exit 1; }
setup_terminal || echo > /dev/null
# shellcheck disable=SC2068
parse_args "$@"