forked from p15670423/monkey
Make create_certificate.sh executible when deploying on linux
This commit is contained in:
parent
39da129933
commit
cdc65152d2
|
@ -174,6 +174,7 @@ sudo apt-get install openssl
|
|||
# Generate SSL certificate
|
||||
log_message "Generating certificate"
|
||||
|
||||
chmod u+x "${ISLAND_PATH}"/linux/create_certificate.sh
|
||||
"${ISLAND_PATH}"/linux/create_certificate.sh ${ISLAND_PATH}/cc
|
||||
|
||||
# Update node
|
||||
|
|
Loading…
Reference in New Issue