mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 18:20:31 -06:00
Use bash for danger scripts instead of env sh
This commit is contained in:
parent
6e56eb63ac
commit
401b079d6b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user