mirror of
				https://github.com/linuxserver/docker-transmission.git
				synced 2025-10-31 00:45:47 +01:00 
			
		
		
		
	Merge pull request #293 from uhop/master
Forced `umask` to be a string.
This commit is contained in:
		| @@ -42,7 +42,7 @@ if [[ -n "${PEERPORT}" ]]; then | ||||
| fi | ||||
|  | ||||
| if [[ -n "${UMASK}" ]]; then | ||||
|     sed -i "/\"umask\"/c\    \"umask\": ${UMASK}," /config/settings.json | ||||
|     sed -i "/\"umask\"/c\    \"umask\": \"${UMASK}\"," /config/settings.json | ||||
| fi | ||||
|  | ||||
| # Handle old theme locations | ||||
|   | ||||
		Reference in New Issue
	
	Block a user