diff options
Diffstat (limited to 'scripts/danger/clean/modules.sh')
-rwxr-xr-x | scripts/danger/clean/modules.sh | 2 |
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 | ||
3 | set -eu | ||
4 | |||
3 | read -p "This will remove all node server and client modules. Are you sure? " -n 1 -r | 5 | read -p "This will remove all node server and client modules. Are you sure? " -n 1 -r |
4 | 6 | ||
5 | if [[ "$REPLY" =~ ^[Yy]$ ]]; then | 7 | if [[ "$REPLY" =~ ^[Yy]$ ]]; then |