👌 Feedback from Frenck :)

This commit is contained in:
Paul Sinclair 2019-03-25 20:01:10 -04:00
parent 1cce665932
commit 60d9435442
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D

View file

@ -14,4 +14,9 @@ if ! bashio::fs.directory_exists "${GIT_USER_PATH}"; then
'Failed setting permissions on persistent git folder'
fi
if ! bashio::fs.file_exists "${GIT_USER_PATH}/.gitconfig"; then
touch "${GIT_USER_PATH}/.gitconfig" \
|| bashio::exit.nok 'Failed to create .gitconfig'
fi
ln -s "${GIT_USER_PATH}/.gitconfig" ~/.gitconfig