Update mm-scripts.sh

This commit is contained in:
2023-04-22 18:12:26 -05:00
parent a97a41e498
commit 79196406cd

View File

@@ -977,8 +977,8 @@ MMSETUP(){
elif [ "$REPIP" != "$IPADDRESS" ]; then
echo "$REPIP != $IPADDRESS"
NETCHNG=true
elif [ "$REPSUB" != "$NEWUB" ]; then
echo "$REPSUB != $NEWUB"
elif [ "$REPSUB" != "$NEWSUB" ]; then
echo "$REPSUB != $NEWSUB"
NETCHNG=true
elif [ "$REPGW" != "$GATEWAY" ]; then
echo "$REPGW != $GATEWAY"