fix
This commit is contained in:
parent
5a882e0b42
commit
00113ba6b8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user