fix: fixed the symlink permission issue

This commit is contained in:
robcholz
2026-02-07 17:26:26 -05:00
parent 518ca14fd3
commit 166b035977
5 changed files with 139 additions and 21 deletions
+3
View File
@@ -68,6 +68,9 @@ if [ -z "$USER_HOME" ]; then
USER_HOME="/home/${SSH_USER}"
fi
# Home mount links (config-driven)
__VIBEBOX_HOME_LINKS__
# Vibebox shell commands
install -d -m 755 /etc/profile.d
cat > /etc/profile.d/vibebox.sh <<'VIBEBOX_SHELL_EOF'