Merge "feat: Adding apt-get update to onm-bootstrap.sh"

This commit is contained in:
Zuul 2024-04-29 07:49:49 +00:00 committed by Gerrit Code Review
commit 4a11a85e28

View File

@ -80,6 +80,11 @@ log_print INFO "onm-bootstrap($PID): Starting onm-bootstrap with the following p
APPLICATION_UUID=$APPLICATION_UUID, ONM_IP=$ONM_IP, PUBLIC_IP=$public_ip,
LOGGED_IN_USER=$logged_in_user, SSH_PORT=$SSH_PORT"
log_print INFO "onm-bootstrap($PID): Updating apt..."
Check_lock
sudo apt-get update
log_print INFO "onm-bootstrap($PID): Installing wireguard and resolvconf..."
Check_lock