refs #1161 adds echos in samba mount
parent
83a015e571
commit
bcce2e1a02
|
@ -476,6 +476,13 @@ ogConnect ()
|
|||
nfsmount ${SERVER}:${SRC} ${DST} -o nolock${READONLY} 2> /dev/null || mount.nfs ${SERVER}:${SRC} ${DST} -o nolock${READONLY}
|
||||
;;
|
||||
smb)
|
||||
echo "qindel: SERVER: $SERVER"
|
||||
echo "qindel: SRC: $SRC"
|
||||
echo "qindel: DST: $DST"
|
||||
echo "qindel: OPTIONS: $OPTIONS"
|
||||
echo "qindel: READONLY: $READONLY"
|
||||
|
||||
ping -c 3 $SERVER
|
||||
mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY}
|
||||
;;
|
||||
local)
|
||||
|
|
Loading…
Reference in New Issue