diff options
Diffstat (limited to 'package/sbin')
-rwxr-xr-x | package/sbin/painless-le | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sbin/painless-le b/package/sbin/painless-le index 53015e3..2a0a75f 100755 --- a/package/sbin/painless-le +++ b/package/sbin/painless-le @@ -30,7 +30,7 @@ ACME_ENDPOINT="https://acme-v02.api.letsencrypt.org/directory" #=============================================================================== # Normalize command-line arguments with GNU getopt #=============================================================================== -set -- $(getopt -uo K:I:C:F: -- "$@") +eval set -- "$(getopt -o K:I:C:F: -- "$@")" #=============================================================================== # Parse command-line options with getopts |