3 lines
73 B
Bash
3 lines
73 B
Bash
if [[ "${UID}" -gt 60000 ]]; then
|
|
sudo /usr/local/bin/mounthome.sh &
|
|
fi
|