diff --git a/home/Library/LaunchDaemons/com.apple.automatedupdates.plist b/home/Library/LaunchDaemons/com.apple.automatedupdates.plist index 212eac6e..f634d281 100644 --- a/home/Library/LaunchDaemons/com.apple.automatedupdates.plist +++ b/home/Library/LaunchDaemons/com.apple.automatedupdates.plist @@ -14,5 +14,9 @@ Minute 0 + StandardErrorPath + /var/log/com.apple.automatedupdates.plist.error.log + StandardOutPath + /var/log/ccom.apple.automatedupdates.plist.debug.log \ No newline at end of file diff --git a/home/Library/LaunchDaemons/com.cloudflare.warp.plist.tmpl b/home/Library/LaunchDaemons/com.cloudflare.warp.plist.tmpl index 8d665627..2c1d5095 100644 --- a/home/Library/LaunchDaemons/com.cloudflare.warp.plist.tmpl +++ b/home/Library/LaunchDaemons/com.cloudflare.warp.plist.tmpl @@ -15,5 +15,9 @@ Minute 0 + StandardErrorPath + /var/log/com.cloudflare.warp.plist.error.log + StandardOutPath + /var/log/com.cloudflare.warp.plist.debug.log \ No newline at end of file diff --git a/home/dot_local/bin/executable_rclone-mount b/home/dot_local/bin/executable_rclone-mount index e4b232b7..0cd3fdd1 100644 --- a/home/dot_local/bin/executable_rclone-mount +++ b/home/dot_local/bin/executable_rclone-mount @@ -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"