mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-04 04:34:19 +01:00
Remove bluetooth add-on & fix lint (#400)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user