mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
remove extra ||
This commit is contained in:
@@ -630,7 +630,7 @@ upgrade_salt() {
|
||||
echo "Performing upgrade of Salt from $INSTALLEDSALTVERSION to $NEWSALTVERSION."
|
||||
echo ""
|
||||
# If Oracle Linux
|
||||
if [[ $OS == 'oel' || $OS == 'centos' || $OS == 'rocky' ||]]; then
|
||||
if [[ $OS == 'oel' || $OS == 'centos' || $OS == 'rocky' ]]; then
|
||||
echo "Removing yum versionlock for Salt."
|
||||
echo ""
|
||||
yum versionlock delete "salt-*"
|
||||
|
||||
Reference in New Issue
Block a user