mirror of
https://github.com/robcholz/vibebox.git
synced 2026-07-01 12:15:30 +02:00
fix: fixed the symlink permission issue
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user