]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/danger/clean/modules.sh
Add RSS feed to subscribe button
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / modules.sh
index 99555a693578819d9887c52679237bcc23b124f4..f59d6b675a02ba2d02c2f35e25ebd8eb346436bb 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -eu
+
 read -p "This will remove all node server and client modules. Are you sure? " -n 1 -r
 
 if [[ "$REPLY" =~ ^[Yy]$ ]]; then