Remove bluetooth add-on & fix lint (#400)

This commit is contained in:
Pascal Vizeli
2018-09-06 00:05:50 +02:00
committed by GitHub
parent dca2ac51ff
commit 8551273568
13 changed files with 14 additions and 94 deletions

View File

@@ -75,7 +75,7 @@ fi
}
function setup-user-password {
if [ ! -z "$DEPLOYMENT_USER" ]; then
if [ -n "$DEPLOYMENT_USER" ]; then
cd /config || return
echo "[Info] setting up credential.helper for user: ${DEPLOYMENT_USER}"
git config --system credential.helper 'store --file=/tmp/git-credentials'