mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-11-01 05:27:38 +09:00 
			
		
		
		
	Add BRANCH variable
This commit is contained in:
		| @@ -4,6 +4,12 @@ | ||||
| mkdir -p \ | ||||
|   /config/www/{backgrounds,icons} | ||||
|  | ||||
| # update from git repo | ||||
| cd /var/www/localhost/heimdall | ||||
| git pull | ||||
| [[ -z "$BRANCH" ]] && \ | ||||
| 	git checkout "$BRANCH" | ||||
|  | ||||
| # symlink user config | ||||
|  | ||||
| symlinks=( \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user