🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-02 16:45:39 -04:00
parent 2b990dbb32
commit e8f9fecabd
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -128,7 +128,7 @@ healthcheck) # Docker healthcheck
if [ $# -eq 0 ]; then
tor -f /etc/tor/torrc
else
__exec_bash "/bin/bash"
__exec_bash "$@"
fi
exitCode=$?
;;