mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 02:31:34 +00:00
Fix init-user script (#734)
This commit is contained in:
parent
579652261b
commit
28a32ed51a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ done
|
|||
ln -s "/homeassistant" "/config" \
|
||||
|| bashio::log.warning "Failed linking common directory: ${dir}"
|
||||
ln -s "/homeassistant" "${HOME}/config" \
|
||||
|| bashio::log.warning "Failed linking common directory: ${dir}
|
||||
|| bashio::log.warning "Failed linking common directory: ${dir}"
|
||||
|
||||
# Store SSH settings in add-on data folder
|
||||
if ! bashio::fs.directory_exists "${SSH_USER_PATH}"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue