changed update script

This commit is contained in:
Michael Trip 2020-02-18 11:05:05 +01:00
parent 51a028e634
commit 6177aff8bf

View file

@ -68,6 +68,11 @@ else
log "rootfs disk not found, unable to expand: ${CFG_ROOTFS_DISK}"
fi
#Run update to get the latest packages
log "Updating latest packages"
yum update -y
log "updating done"
log "initial config done, disabling myself"
systemctl disable "${CFG_SERVICE_NAME}"