自訂運行時的bootstrap檔案,一定要具備777或755許可權,否則會出現以下錯誤:
{
"ErrorCode":"CAFilePermission",
"ErrorMessage":"The CA process cannot be started due to bootstrap file don't have execute permissions"
} 您可以在打包檔案前執行chmod 777 bootstrap或chmod 755 bootstrap命令擷取許可權。
自訂運行時的bootstrap檔案,一定要具備777或755許可權,否則會出現以下錯誤:
{
"ErrorCode":"CAFilePermission",
"ErrorMessage":"The CA process cannot be started due to bootstrap file don't have execute permissions"
} 您可以在打包檔案前執行chmod 777 bootstrap或chmod 755 bootstrap命令擷取許可權。