updated script

This commit is contained in:
2025-03-30 14:17:37 +00:00
parent bd8115a557
commit 77124a26b7

View File

@@ -1,9 +1,9 @@
#!/bin/bash
# [!hostname!] - server hostname
# [!sudo_password!] - the sudo password to set
# [!server_id!] - the servers id
# [!keystonepublickey!] - keystone's public key
# [!callback!] - callback url
# [hostname!] - server hostname
# [sudo_password!] - the sudo password to set
# [server_id!] - the servers id
# [keystonepublickey!] - keystone's public key
# [callback!] - callback url
apt_wait() {
while fuser /var/lib/dpkg/lock >/dev/null 2>&1; do