Open GimpMaster opened 4 years ago
Looks like the issue is here
letsencrypt_exists()
{
if [ -d "$RED5PRO_SSL_LETSENCRYPT_FOLDER" ]; then
RED5PRO_SSL_LETSENCRYPT__SETUP_FILE="$RED5PRO_SSL_LETSENCRYPT_FOLDER/setup.py"
if [ -f "$RED5PRO_SSL_LETSENCRYPT__SETUP_FILE" ]; then
true
else
false
fi
else
false
fi
}
Seems like setup.py is no longer in the git repo.
If anyone else has this problem, #24 fixes this.
It clones with git appropriately but this is the output.