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