-
Notifications
You must be signed in to change notification settings - Fork 1
Multiple PHP versions
Christian edited this page Nov 17, 2016
·
2 revisions
Sometimes it's required to call the PHP interpreter explicitly:
php5 scripts/acme-dns-inwx --delete "example.com"
php7.0 scripts/acme-dns-inwx --delete "example.com"
Or change the shebang of the executable.
acme-dns-inwx Wiki
Wanna help at the wiki? Open a new issue to get write access!