forked from p34709852/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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue