mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
10 lines
195 B
Bash
Executable File
10 lines
195 B
Bash
Executable File
#/bin/bash
|
|
|
|
# resync.sh
|
|
|
|
# echo '00 04 * * * /home/unirel/userver/bin/reset_policy.sh' | crontab
|
|
|
|
PROGRAM=`basename $0 .sh`
|
|
|
|
exec /home/unirel/userver/bin/send_req_to_portal.sh $PROGRAM "resync"
|