edit systemupdate, remove pillar git
This commit is contained in:
parent
c530a5a36d
commit
7f1dc9e842
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ echo "└───────────────────────
|
||||||
subtaskTitle "Update Saltstack"
|
subtaskTitle "Update Saltstack"
|
||||||
|
|
||||||
chroot "${MOUNTPOINT}" /bin/bash -c "git -C /srv/salt pull" || systemupdateFailed
|
chroot "${MOUNTPOINT}" /bin/bash -c "git -C /srv/salt pull" || systemupdateFailed
|
||||||
chroot "${MOUNTPOINT}" /bin/bash -c "git -C /srv/pillar pull" || systemupdateFailed
|
|
||||||
|
|
||||||
subtaskTitle "Update bootloader configs"
|
subtaskTitle "Update bootloader configs"
|
||||||
chroot "${MOUNTPOINT}" /bin/bash -c "salt-call state.sls system.bootloader" >/dev/null || systemupdateFailed
|
chroot "${MOUNTPOINT}" /bin/bash -c "salt-call state.sls system.bootloader" >/dev/null || systemupdateFailed
|
||||||
|
|
Loading…
Reference in a new issue