Update soup

This commit is contained in:
Mike Reeves
2020-07-17 13:38:55 -04:00
committed by GitHub
parent 0d737b8f41
commit 74f6f2abee

View File

@@ -139,6 +139,7 @@ update_version() {
# Update the version to the latest
echo "Updating the version file."
echo $NEWVERSION > /etc/soversion
sed -i 's/$INSTALLEDVERSION/$NEWVERISON/g' /opt/so/saltstack/local/pillar/static.sls
}
upgrade_check() {
@@ -178,3 +179,5 @@ update_dockers
copy_new_files
highstate
update_version
echo ""
echo "Upgrade from $INSTALLEDVERSION to $NEWVERSION complete."