Hi all, Why can't I 'double click' this file from the GUI to execute it? I am sure I used to do that with the previous incarnation of my LTSP server.
It is owned by the user, is in the users home directory and has rwxr-xr-x permissions #!/bin/bash # check if there are 2 paramters echo -n "Enter your username " read -e USERNAME echo -n "Enter your password " read -es PASSWORD `sudo mount -t smbfs -o username=$USERNAME,password=$PASSWORD //10.192.0.14/homes /home/$USERNAME/ODrive` -- Simon Bryan IT Manager OLMC Parramatta -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
