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