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