This commit is contained in:
Your Name 2024-07-27 00:57:36 -06:00
parent 5a882e0b42
commit 00113ba6b8

View File

@ -61,7 +61,7 @@ fediblock(){
echo "Saving fediblock list to $fediblock_DB....."
cat $fediblock_TMP $fediblock_DB | sort -u > /tmp/masto.tmp
cp -f $fediblock_TMP $fediblock_DB
cp -f /tmp/maso.tmp $fediblock_DB
rm -f $fediblock_TMP
rm -f /tmp/masto.tmp