Merge branch 'master' into feature/dhcp-eth0

This commit is contained in:
Bill Zimmerman
2020-12-12 17:41:41 +01:00
committed by GitHub
18 changed files with 165 additions and 96 deletions

View File

@@ -294,7 +294,7 @@ function _download_latest_files() {
fi
_install_log "Cloning latest files from github"
git clone --branch $branch --depth 1 $git_source_url /tmp/raspap-webgui || _install_status 1 "Unable to download files from github"
git clone --branch $branch --depth 1 -c advice.detachedHead=false $git_source_url /tmp/raspap-webgui || _install_status 1 "Unable to download files from github"
sudo mv /tmp/raspap-webgui $webroot_dir || _install_status 1 "Unable to move raspap-webgui to web root"
if [ "$upgrade" == 1 ]; then