aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/danger/clean/modules.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/danger/clean/modules.sh')
-rwxr-xr-xscripts/danger/clean/modules.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/danger/clean/modules.sh b/scripts/danger/clean/modules.sh
index 99555a693..f59d6b675 100755
--- a/scripts/danger/clean/modules.sh
+++ b/scripts/danger/clean/modules.sh
@@ -1,5 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3set -eu
4
3read -p "This will remove all node server and client modules. Are you sure? " -n 1 -r 5read -p "This will remove all node server and client modules. Are you sure? " -n 1 -r
4 6
5if [[ "$REPLY" =~ ^[Yy]$ ]]; then 7if [[ "$REPLY" =~ ^[Yy]$ ]]; then