Correct so-import-pcap wrapping; add so-pcap-import alias for so-import-pcap; prompt to reboot after changing IP address on manager; ensure all tools have exec bit set

This commit is contained in:
Jason Ertel
2020-11-20 14:13:44 -05:00
parent b6e36d4d06
commit f074179656
7 changed files with 4 additions and 5 deletions

6
salt/common/tools/sbin/so-ip-update Normal file → Executable file
View File

@@ -50,9 +50,9 @@ if [ "$CONTINUE" == "y" ]; then
echo "The IP has been changed from $OLD_IP to $NEW_IP."
if [ -z "$SKIP_STATE_APPLY" ]; then
echo "Re-applying salt states."
salt-call state.highstate queue=True
read -n 1 -p "The system must reboot to ensure all services have restarted with the new configuration. Reboot now? (y/N)" CONTINUE
if [ "$CONTINUE" == "y" ]; then
reboot
fi
else
echo "Exiting without changes."