Standardize scripts, use bash and double brackets

This commit is contained in:
Kristian Haugene
2019-03-09 18:52:06 +01:00
parent 43abe72c2a
commit 66c7634f18
9 changed files with 41 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
/etc/transmission/start.sh "$@"
[ ! -f /opt/tinyproxy/start.sh ] || /opt/tinyproxy/start.sh
[[ ! -f /opt/tinyproxy/start.sh ]] || /opt/tinyproxy/start.sh