mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-10-31 21:17:39 +09:00 
			
		
		
		
	Fix perm check
This commit is contained in:
		| @@ -41,8 +41,8 @@ rm -rf /app/www/storage/app/searchproviders.yaml | |||||||
| ln -s /config/www/searchproviders.yaml /app/www/storage/app/searchproviders.yaml | ln -s /config/www/searchproviders.yaml /app/www/storage/app/searchproviders.yaml | ||||||
|  |  | ||||||
| # tidy up install files & set permissions | # tidy up install files & set permissions | ||||||
| if [[ -d /app/set-perms ]]; then | if [[ -f /app/set-perms ]]; then | ||||||
|     rm /app/set-perms |     rm -rf /app/set-perms | ||||||
|     lsiown -R abc:abc \ |     lsiown -R abc:abc \ | ||||||
|         /app/www \ |         /app/www \ | ||||||
|         /config |         /config | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user