Skip to content

Commit 8f27ab0

Browse files
author
SMKRV
committed
Release v1.0.0
1 parent 67b36a8 commit 8f27ab0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mikrotik-domain-filter-bash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mkdir -p "$(dirname "$LOG_FILE")"
7171
# Clear old log
7272
: > "$LOG_FILE"
7373

74-
# Check for required files
74+
# Check for required files
7575
check_required_files() {
7676
local missing_files=()
7777

update_gist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RESPONSE=$(curl -s -X PATCH \
3030
if echo "$RESPONSE" | jq -e '.id' > /dev/null; then
3131
echo "✅ File fully replaced in Gist"
3232
else
33-
echo "❌ Error updating Gist"
33+
echo "❌ Error updating Gist!"
3434
echo "$RESPONSE"
3535
exit 1
3636
fi

update_gist_special.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RESPONSE=$(curl -s -X PATCH \
3030
if echo "$RESPONSE" | jq -e '.id' > /dev/null; then
3131
echo "✅ File fully replaced in Gist"
3232
else
33-
echo "❌ Error updating Gist"
33+
echo "❌ Error updating Gist!"
3434
echo "$RESPONSE"
3535
exit 1
3636
fi

0 commit comments

Comments
 (0)