5 lines
104 B
Bash
Executable file
5 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
export ASSIST_KEY=ignore
|
|
sh env_vars.sh
|
|
source /tmp/.env.override
|
|
python app_crons.py $ACTION
|