mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
linux - fix wrong variables.env path when running jobs once
This commit is contained in:
parent
193449512a
commit
b3fdd109a8
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ function start() {
|
|||
# STEP4 #
|
||||
# Run jobs script #
|
||||
#############################################
|
||||
/opt/bunkerweb/job/main.py --variables /etc/nginx/variables.env --run
|
||||
/opt/bunkerweb/job/main.py --variables /opt/bunkerweb/variables.env --run
|
||||
# Test if command worked
|
||||
check_ok
|
||||
# Exit if failed
|
||||
|
|
|
|||
Loading…
Reference in a new issue