refs #1161 Changes permissions 1:1001 to mount.cifs

lgromero-tests
Luis Gerardo Romero Garcia 2024-11-19 14:16:19 +01:00
parent a160d119bb
commit ed6b6c35b5
1 changed files with 2 additions and 1 deletions

View File

@ -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)