mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 06:34:58 +00:00
standardize on sh
This commit is contained in:
parent
5f797d0fbd
commit
1d0e584591
@ -1,3 +1,3 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
while [ 1 ]
|
||||
do
|
||||
|
@ -1,4 +1,4 @@
|
||||
#/bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
# Settings
|
||||
PIA_PASSWD_FILE=/config/pia-credentials.txt
|
||||
|
Loading…
Reference in New Issue
Block a user