lmn-client/roles/lmn_mount/files/lmn-mounthome.sh
2023-08-16 10:01:37 +02:00

3 lines
73 B
Bash

if [[ "${UID}" -gt 60000 ]]; then
sudo /usr/local/bin/mounthome.sh &
fi