Found another minor one :-)

Line 3 of /usr/sbin/ltsp-update-sshkeys:

clients=$(find /opt/ltsp -mindepth 1 -maxdepth 1 -type d -printf '%f\n')

If /opt/ltsp is a symlink, this fails to find anything. Adding a slash
solves the issue:

clients=$(find /opt/ltsp/ -mindepth 1 -maxdepth 1 -type d -printf
'%f\n')

-- 
Sound setupo always reports error
https://launchpad.net/bugs/56959

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to