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