diff --git a/scripts/danger/clean/modules.sh b/scripts/danger/clean/modules.sh index 1aa6c732b..d2aa73939 100755 --- a/scripts/danger/clean/modules.sh +++ b/scripts/danger/clean/modules.sh @@ -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 diff --git a/scripts/danger/clean/server.sh b/scripts/danger/clean/server.sh index 0a85eb249..1a0576112 100755 --- a/scripts/danger/clean/server.sh +++ b/scripts/danger/clean/server.sh @@ -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