From 7eb1261529e37a000dccd791d4c35df3dee2287a Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 6 Jun 2024 21:29:13 +0300 Subject: [PATCH] stop sync temporarily for @top --- scripts/sync_emojis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync_emojis.sh b/scripts/sync_emojis.sh index 96da6d881..5a0dc40d7 100755 --- a/scripts/sync_emojis.sh +++ b/scripts/sync_emojis.sh @@ -11,7 +11,7 @@ echo "${EXPORT_EMOJIS%?}" >> "/d/seed-emojis-$SITE_NAME.sql" echo "ON CONFLICT (name) DO UPDATE SET tags = EXCLUDED.tags, kind = EXCLUDED.kind, nsfw = EXCLUDED.nsfw;" >> "/d/seed-emojis-$SITE_NAME.sql" #pull and push -/d/scripts/g +#/d/scripts/g #execute seed-emojis.sql of other site if [ $SITE_NAME == "rDrama" ]; then