Skip to content

Commit 9c3d82f

Browse files
author
Ihar Hrachyshka
committed
Enable set -x for ipv6 lab scripts
It's more clear this way what the script does, and where it fails (if it fails).
1 parent 8e91abc commit 9c3d82f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devsetup/scripts/ipv6-nat64/nat64_router.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
set -e
17+
set -ex
1818

1919
if [ "$EUID" -eq 0 ]; then
2020
echo "Please do not run as root."

devsetup/scripts/ipv6-nat64/network.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
set -e
17+
set -ex
1818

1919
if [ "$EUID" -eq 0 ]; then
2020
echo "Please do not run as root."

devsetup/scripts/ipv6-nat64/sno.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
set -e
17+
set -ex
1818

1919
if [ "$EUID" -eq 0 ]; then
2020
echo "Please do not run as root."

0 commit comments

Comments
 (0)