We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455cace commit d8d72ddCopy full SHA for d8d72dd
bin/v-add-firewall-ipset
@@ -162,7 +162,7 @@ chmod 660 $HESTIA/data/firewall/ipset.conf
162
chmod 660 "${IPSET_PATH}/${IPSET_FILE}.iplist"
163
164
# Install ipset daily cron updater
165
-if ! grep --no-messages "v-update-firewall-ipset" $HESTIA/data/queue/daily.pipe; then
+if ! grep --silent --no-messages "v-update-firewall-ipset" $HESTIA/data/queue/daily.pipe; then
166
cmd="$BIN/v-update-firewall-ipset yes"
167
echo "$cmd" >> $HESTIA/data/queue/daily.pipe
168
fi
0 commit comments