Standardize scripts, use bash and double brackets
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user