mirror of
				https://github.com/Chocobozzz/PeerTube.git
				synced 2025-02-25 18:55:32 -06:00 
			
		
		
		
	Use bash for danger scripts instead of env sh
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user