update for shellcheck

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-09-24 18:36:11 -04:00
parent 544e14ecb0
commit 3a10b0889e
8 changed files with 11 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ for relaytype in bridge middle exit; do
sed -i 's/${RELAY_PORT}/'"$RELAY_PORT"'/g' "/etc/tor/torrc.$relaytype"
done
exec tor -f /etc/tor/torrc.${RELAY_TYPE}
exec tor -f "/etc/tor/torrc.${RELAY_TYPE}"