v1.0.003 - disable setPermissionsLinux

pull/24/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 872837f6e0
commit f62fc6e858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash
scriptVersion="1.0.002"
scriptVersion="1.0.003"
if [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then
arrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
@ -62,9 +62,9 @@ updateArr=$(curl -s "$arrUrl/api/v3/config/mediamanagement" -X PUT -H "Content-T
"deleteEmptyFolders":true,
"fileDate":"none",
"rescanAfterRefresh":"always",
"setPermissionsLinux":true,
"setPermissionsLinux":false,
"chmodFolder":"777",
"chownGroup":"abc",
"chownGroup":"",
"episodeTitleRequired":"always",
"skipFreeSpaceCheckWhenImporting":false,
"minimumFreeSpaceWhenImporting":100,

Loading…
Cancel
Save