Adjust script paths for isntaller.sh movement

This commit is contained in:
Johannes
2016-10-31 17:24:51 +01:00
parent f1ab8fde76
commit b40a9803a8
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ EOF
)
echo "=> Run installer.sh for version ${version} with ${sourceTarballUrl} ... (this takes some time)"
if ! ${INSTALLER_SOURCE_DIR}/src/scripts/installer.sh --sourcetarballurl "${sourceTarballUrl}" --data "${data}" &>> "${LOG_FILE}"; then
if ! ${INSTALLER_SOURCE_DIR}/scripts/installer.sh --sourcetarballurl "${sourceTarballUrl}" --data "${data}" &>> "${LOG_FILE}"; then
echo "Failed to install cloudron. See ${LOG_FILE} for details"
exit 1
fi