You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.
Depending on the way your executing the script, this could be the cause..
I log in as the root user on the server and run ./sple.sh. However if you are running it by the following command sh sple.sh. Then you will likely receive the error mentioned above (as sh does not handle array creation).
When you use ./sple.sh it executes with /bin/bash as specified on the first line with #! But when you use sh sple.sh it executes in sh, not bash.
sple.sh: 95: sple.sh: Syntax error: "(" unexpected
I have a couple domains with SSL certs already. I'm trying to add another app SSL and am seeing the error above. I'm using the latest sple.sh
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: