diff --git a/blueprint.sh b/blueprint.sh index fc7fac7..462a158 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -284,7 +284,7 @@ if [[ $1 != "-bash" ]]; then dbAdd "blueprint.setupFinished" # Let the panel know the user has finished installation. sed -i "s/NOTINSTALLED/INSTALLED/g" $FOLDER/app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php - exit 1 + exit 0 fi fi @@ -2215,4 +2215,4 @@ if [[ ${VCMD} != "y" && $1 == "-bash" ]]; then # This is logged as a "fatal" error since it's something that is making Blueprint run unsuccessfully. PRINT FATAL "'$2' is not a valid command or argument. Use argument '-help' for a list of commands." exit 1 -fi \ No newline at end of file +fi