Skip to content

Commit

Permalink
fix console access nach Update
Browse files Browse the repository at this point in the history
Signed-off-by: openhabian <openhabian@openHABian>
  • Loading branch information
openhabian authored and openhabian committed Jan 7, 2025
1 parent a3b2d37 commit 570ce83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/storm.house.bash
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ install_extras() {
fi

cond_redirect install -m 640 "${BASEDIR:-/opt/openhabian}/includes/${sudoersFile}" "${sudoersPath}/"

if ! cond_redirect sed -i -e 's|^#.*sshHost = .*$|sshHost = 0.0.0.0|g' "$consoleProperties"; then echo "FAILED (sshHost in shell.cfg)"; fi

cond_redirect install -m 644 "${includesDir}/openhab_rsa.pub" "${OPENHAB_USERDATA:-/var/lib/openhab}/etc/"
cond_redirect install -m 600 "${includesDir}/openhab_rsa" "${OPENHAB_USERDATA:-/var/lib/openhab}/etc/"
Expand Down

0 comments on commit 570ce83

Please sign in to comment.