10 lines
162 B
Bash
10 lines
162 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Rollback script for IP changes
|
||
|
|
# Generated automatically - DO NOT EDIT MANUALLY
|
||
|
|
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
echo "=== Rolling Back IP Changes ==="
|
||
|
|
echo ""
|
||
|
|
|