This commit is contained in:
Brian Zalewski 2023-07-31 05:41:31 +00:00
parent 3838ca1981
commit a1888f3423
3 changed files with 9 additions and 1 deletions

View file

@ -14,5 +14,9 @@
<key>Minute</key>
<integer>0</integer>
</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>
</plist>

View file

@ -15,5 +15,9 @@
<key>Minute</key>
<integer>0</integer>
</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>
</plist>

View file

@ -86,4 +86,4 @@ sudo rclone --config "$CONFIG_FOLDER/rclone.conf" \
--vfs-read-chunk-size 16M \
--vfs-read-chunk-size-limit 128M \
--volname "$MOUNT" \
"$MOUNT_LOWERCASE":"$MOUNT_LOWERCASE" "$MOUNT_PATH"
"$MOUNT_LOWERCASE":"$MOUNT" "$MOUNT_PATH"