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