mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
👌 Feedback from Frenck :)
This commit is contained in:
parent
1cce665932
commit
60d9435442
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue