forked from NASP/registry
bug fix (Fri Apr 21 17:36:00 CST 2023)
This commit is contained in:
parent
f7fa5afce2
commit
179eac4dc6
|
@ -18,6 +18,6 @@ insert_if_not_exist()
|
|||
grep -qxF -- "$line" "$filename" || echo "$line" >> "$filename"
|
||||
}
|
||||
|
||||
insert_if_not_exist "/etc/crontab" "*/5 * * * * cd \"$THIS_DIR\" && git pull && \"$THIS_DIR\"/jumpserver_cron.sh"
|
||||
insert_if_not_exist "/etc/crontab" "*/5 * * * * root cd \"$THIS_DIR\" && git pull && \"$THIS_DIR\"/jumpserver_cron.sh"
|
||||
|
||||
"$THIS_DIR"/jumpserver_cron.sh
|
||||
|
|
|
@ -15,6 +15,6 @@ insert_if_not_exist()
|
|||
grep -qxF -- "$line" "$filename" || echo "$line" >> "$filename"
|
||||
}
|
||||
|
||||
insert_if_not_exist "/etc/crontab" "*/5 * * * * cd \"$THIS_DIR\" && git pull && \"$THIS_DIR\"/testbed_cron.sh"
|
||||
insert_if_not_exist "/etc/crontab" "*/5 * * * * root cd \"$THIS_DIR\" && git pull && \"$THIS_DIR\"/testbed_cron.sh"
|
||||
|
||||
"$THIS_DIR"/testbed_cron.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user