]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use bash for danger scripts instead of env sh
authorChocobozzz <florian.bigard@gmail.com>
Thu, 19 May 2016 18:37:43 +0000 (20:37 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Thu, 19 May 2016 18:37:43 +0000 (20:37 +0200)
scripts/danger/clean/modules.sh
scripts/danger/clean/server.sh

index 1aa6c732b9cbc7eb05ec58dd73bdb17657447fa4..d2aa7393920ab4e92d60eacef0adb9aa221e5b1c 100755 (executable)
@@ -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
 
index 0a85eb249fa8ecde87ffe47100ea17ae4bd47f27..1a0576112e3c059d13f4bbebb6109c15c33df31e 100755 (executable)
@@ -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