mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update install.sh
This commit is contained in:
parent
6198e375fa
commit
74eba1a181
@ -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 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user