mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Update updater.sh
I wrote this script a year ago and just realized that this sourcing won't work lol
This commit is contained in:
@@ -88,4 +88,4 @@ main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# set EVAL=1 in case you want to source this script
|
# set EVAL=1 in case you want to source this script
|
||||||
test "${EVAL:-0}" = "1" || main "${1:-}"
|
test "${EVAL:-0}" -eq "1" || main "${1:-}"
|
||||||
|
|||||||
Reference in New Issue
Block a user