Make create_certificate.sh executible when deploying on linux

This commit is contained in:
Mike Salvatore 2020-12-08 12:39:07 -05:00
parent 39da129933
commit cdc65152d2
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ sudo apt-get install openssl
# Generate SSL certificate # Generate SSL certificate
log_message "Generating certificate" log_message "Generating certificate"
chmod u+x "${ISLAND_PATH}"/linux/create_certificate.sh
"${ISLAND_PATH}"/linux/create_certificate.sh ${ISLAND_PATH}/cc "${ISLAND_PATH}"/linux/create_certificate.sh ${ISLAND_PATH}/cc
# Update node # Update node