updated script
This commit is contained in:
10
provision.sh
10
provision.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user