From fb453a0d9c8899da2c910c8c762878a6e8e822b6 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 28 Jul 2020 08:13:03 -0400 Subject: [PATCH] change sed delimiters in soup --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 1a7d947dd..a2fb0e5eb 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -147,7 +147,7 @@ update_version() { # Update the version to the latest echo "Updating the version file." echo $NEWVERSION > /etc/soversion - sed -i "s/$INSTALLEDVERSION/$NEWVERSION/g" /opt/so/saltstack/local/pillar/static.sls + sed -i "s|$INSTALLEDVERSION|$NEWVERSION|g" /opt/so/saltstack/local/pillar/static.sls } upgrade_check() {