Update miscellaneous/ps1/mount_guardian.ps1

This commit is contained in:
doctator 2025-04-30 14:32:23 +00:00
parent 567e02395b
commit 469ddb166e

View File

@ -16,8 +16,8 @@ $rclone_opts = "--vfs-cache-mode writes --vfs-cache-max-size 3T --vfs-cache-max-
# Mastodon settings # Mastodon settings
$mastodonInstance = "https://chatwithus.live" $mastodonInstance = "https://chatwithus.live"
$mastodonToken = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" $mastodonToken = ""
$mastodonUserID = "114386383616633367" $mastodonUserID = ""
function Log { function Log {
$timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss" $timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss"