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"