1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 21:31:52 +00:00

Update build.func

This commit is contained in:
CanbiZ 2024-12-28 20:03:58 +01:00 committed by GitHub
parent f554b38cd9
commit 6803fbf050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,7 +206,6 @@ $ascii_art
EOF EOF
} }
# This function checks if the script is running through SSH and prompts the user to confirm if they want to proceed or exit. # This function checks if the script is running through SSH and prompts the user to confirm if they want to proceed or exit.
ssh_check() { ssh_check() {
if [ -n "${SSH_CLIENT:+x}" ]; then if [ -n "${SSH_CLIENT:+x}" ]; then