standardize on sh

This commit is contained in:
Kristian Haugene 2015-05-24 18:32:08 +02:00
parent 5f797d0fbd
commit 1d0e584591
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#! /bin/bash
#! /bin/sh
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
while [ 1 ]
do

View File

@ -1,4 +1,4 @@
#/bin/bash
#! /bin/sh
# Settings
PIA_PASSWD_FILE=/config/pia-credentials.txt