Latest
This commit is contained in:
parent
3838ca1981
commit
a1888f3423
3 changed files with 9 additions and 1 deletions
|
@ -14,5 +14,9 @@
|
||||||
<key>Minute</key>
|
<key>Minute</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>StandardErrorPath</key>
|
||||||
|
<string>/var/log/com.apple.automatedupdates.plist.error.log</string>
|
||||||
|
<key>StandardOutPath</key>
|
||||||
|
<string>/var/log/ccom.apple.automatedupdates.plist.debug.log</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
|
@ -15,5 +15,9 @@
|
||||||
<key>Minute</key>
|
<key>Minute</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>StandardErrorPath</key>
|
||||||
|
<string>/var/log/com.cloudflare.warp.plist.error.log</string>
|
||||||
|
<key>StandardOutPath</key>
|
||||||
|
<string>/var/log/com.cloudflare.warp.plist.debug.log</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
|
@ -86,4 +86,4 @@ sudo rclone --config "$CONFIG_FOLDER/rclone.conf" \
|
||||||
--vfs-read-chunk-size 16M \
|
--vfs-read-chunk-size 16M \
|
||||||
--vfs-read-chunk-size-limit 128M \
|
--vfs-read-chunk-size-limit 128M \
|
||||||
--volname "$MOUNT" \
|
--volname "$MOUNT" \
|
||||||
"$MOUNT_LOWERCASE":"$MOUNT_LOWERCASE" "$MOUNT_PATH"
|
"$MOUNT_LOWERCASE":"$MOUNT" "$MOUNT_PATH"
|
||||||
|
|
Loading…
Reference in a new issue