Use bash for danger scripts instead of env sh

This commit is contained in:
Chocobozzz 2016-05-19 20:37:43 +02:00
parent 6e56eb63ac
commit 401b079d6b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
read -p "This will remove certs, uploads, database (dev) and logs. Are you sure? " -n 1 -r