4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
sh env_vars.sh
|
|
source /tmp/.env.override
|
|
python app_crons.py $ACTION
|