saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
66 stars 92 forks source link

Remove additional space leading to crash of transmission-daemon #228

Closed TAPCollins closed 1 year ago

TAPCollins commented 1 year ago

Removing additional space as it causes "/etc/transmission/environment-variables.sh: line 20: export: `/opt/transmissionvpn': not a valid identifier" error

With the space, TransmissionVPN would continuously error out on "[2023-02-05 12:26:34.881] transmission-remote: (http://localhost:9091/transmission/rpc/) Couldn't connect to server" meaning the container would not run.

saltydk commented 1 year ago

Fix all instances of the extra space and we'll merge it.