Bateria2x100

#16 WeSmartPark

Miércoles ! Vamos !

https://parkingdoor.com/

Montar unidades del NAS :

do shell script “if [ -d ‘/Volumes/NombreCarpetaCompartida’ ]; then

diskutil unmount ‘/Volumes/NombreCarpetaCompartida’;

else

mkdir ‘/Volumes/home’;

mount -t afp ‘afp://usuario:password@IP_NAS/NombreCarpetaCompartida’ ‘/Volumes/NombreCarpetaCompartida’;

fi”