1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00

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:
Phi|eas |ebada 2020-07-16 23:24:09 +02:00 committed by GitHub
parent 4db3cd0326
commit a05aa20f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,4 +88,4 @@ main() {
}
# set EVAL=1 in case you want to source this script
test "${EVAL:-0}" = "1" || main "${1:-}"
test "${EVAL:-0}" -eq "1" || main "${1:-}"