From 469ddb166e2d61b9dc8ea82150064872110b2b99 Mon Sep 17 00:00:00 2001 From: doctator Date: Wed, 30 Apr 2025 14:32:23 +0000 Subject: [PATCH] Update miscellaneous/ps1/mount_guardian.ps1 --- miscellaneous/ps1/mount_guardian.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miscellaneous/ps1/mount_guardian.ps1 b/miscellaneous/ps1/mount_guardian.ps1 index 627db23..3f97bbe 100644 --- a/miscellaneous/ps1/mount_guardian.ps1 +++ b/miscellaneous/ps1/mount_guardian.ps1 @@ -16,8 +16,8 @@ $rclone_opts = "--vfs-cache-mode writes --vfs-cache-max-size 3T --vfs-cache-max- # Mastodon settings $mastodonInstance = "https://chatwithus.live" -$mastodonToken = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" -$mastodonUserID = "114386383616633367" +$mastodonToken = "" +$mastodonUserID = "" function Log { $timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"