mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-10-27 11:13:41 +09:00
fix typo
This commit is contained in:
@@ -7,7 +7,7 @@ mkdir -p \
|
|||||||
# update from git repo
|
# update from git repo
|
||||||
cd /var/www/localhost/heimdall
|
cd /var/www/localhost/heimdall
|
||||||
git pull
|
git pull
|
||||||
[[ -z "$BRANCH" ]] && \
|
[[ ! -z "$BRANCH" ]] && \
|
||||||
git checkout "$BRANCH"
|
git checkout "$BRANCH"
|
||||||
|
|
||||||
# symlink user config
|
# symlink user config
|
||||||
|
|||||||
Reference in New Issue
Block a user