refs #1161 Changes permissions 1:1001 to mount.cifs
parent
a160d119bb
commit
ed6b6c35b5
|
@ -483,6 +483,7 @@ ogConnect ()
|
||||||
echo "qindel: READONLY: $READONLY"
|
echo "qindel: READONLY: $READONLY"
|
||||||
|
|
||||||
ping -c 3 $SERVER
|
ping -c 3 $SERVER
|
||||||
|
chown 1:1001 /usr/sbin/mount.cifs
|
||||||
chmod u+s /usr/sbin/mount.cifs
|
chmod u+s /usr/sbin/mount.cifs
|
||||||
mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY}
|
mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY}
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue