]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/danger/clean/dev.sh
Update scripts with postgresql
[github/Chocobozzz/PeerTube.git] / scripts / danger / clean / dev.sh
index 5f09565cf0071b8506d90df2cf0d34f2d6fb7828..f4a5d1e8a7b6f5ec0fdf2bae71356b5606d1714c 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
-read -p "This will remove all directories and Mongo database. Are you sure? " -n 1 -r
+read -p "This will remove all directories and SQL tables. Are you sure? (y/*) " -n 1 -r
+echo
 
 if [[ "$REPLY" =~ ^[Yy]$ ]]; then
   NODE_ENV=test node "./scripts/danger/clean/cleaner"