Skip to content

Commit

Permalink
fix makegeoip.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 12, 2023
1 parent 53bae90 commit c6d8535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/resources/makegeoip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ NEW_HASH=$(sha256sum ./$FILE | cut -f 1 -d ' ')
echo $OLD_HASH $NEW_HASH
if [ $OLD_HASH != $NEW_HASH ]; then
cp -v "$FILE" "./installer/resources/$FILE"
fi
fi

0 comments on commit c6d8535

Please sign in to comment.