mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-02-21 23:04:48 +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}')
|
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
while [ 1 ]
|
while [ 1 ]
|
||||||
do
|
do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#/bin/bash
|
#! /bin/sh
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
PIA_PASSWD_FILE=/config/pia-credentials.txt
|
PIA_PASSWD_FILE=/config/pia-credentials.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user