Skip to content
Snippets Groups Projects

[Local accounts] USB users working

Merged Thiago Abdo requested to merge local-accounts into develop
12 files
+ 609
621
Compare changes
  • Side-by-side
  • Inline
Files
12
#!/bin/ash
#
# /etc/X11/Xstartup
#
# Xstartup is executed on successful authentication, before the session is opened (as root)
#
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"
/opt/openslx/scripts/local-accounts_mount-home.sh >> /var/log/mountlog 2>&1
Loading