Fix init-user script (#734)

This commit is contained in:
Franck Nijhof 2023-11-10 11:26:57 +01:00 committed by GitHub
parent 579652261b
commit 28a32ed51a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ done
ln -s "/homeassistant" "/config" \ ln -s "/homeassistant" "/config" \
|| bashio::log.warning "Failed linking common directory: ${dir}" || bashio::log.warning "Failed linking common directory: ${dir}"
ln -s "/homeassistant" "${HOME}/config" \ 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 # Store SSH settings in add-on data folder
if ! bashio::fs.directory_exists "${SSH_USER_PATH}"; then if ! bashio::fs.directory_exists "${SSH_USER_PATH}"; then