Skip to content

Commit aca64c4

Browse files
committed
Crontab task code style
1 parent aef3a59 commit aca64c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ systemctl daemon-reload
4242
systemctl enable jacred
4343
systemctl start jacred
4444

45-
crontab -l | { cat; echo "*/40 * * * * curl -s \"http://127.0.0.1:9117/jsondb/save\""; } | crontab -
45+
crontab -l | { cat; echo "*/40 * * * * curl -s \"http://127.0.0.1:9117/jsondb/save\""; } | crontab -
4646

4747
# iptables drop
4848
cat <<EOF > iptables-drop.sh

0 commit comments

Comments
 (0)