add common script

This commit is contained in:
kx1t
2024-04-26 13:07:30 -04:00
parent dede6640ff
commit 976999b982

View File

@@ -13,6 +13,8 @@ if [[ -f /usr/share/planefence/persist/planefence.config ]]; then
source /usr/share/planefence/persist/planefence.config
fi
source /scripts/common
ACCESS_TOKEN=$MASTODON_ACCESS_TOKEN
INSTANCE_URL="https://$MASTODON_SERVER"