Replies: 1 comment 1 reply
-
This add-on cannot, as it uses the old binding as well. As a matter of fact, there is no need to either, as it can be access through the add-on itself already :) ../Frenck |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can the user home directory be set to the new public addon config directory? This would let the user persist their home directory (
.zshrc
/bindings/etc.)Meaning this line should be removed/moved behind a
[ ! -f "/home/${username}/.profile" ]
check as to not override the user's.profile
:addon-ssh/ssh/rootfs/etc/s6-overlay/s6-rc.d/init-ssh/run
Lines 109 to 111 in 091777c
Beta Was this translation helpful? Give feedback.
All reactions