diff --git a/tools/sdk/build_rust_sdk.sh b/tools/sdk/build_rust_sdk.sh index d626e62bac..f0c0378333 100755 --- a/tools/sdk/build_rust_sdk.sh +++ b/tools/sdk/build_rust_sdk.sh @@ -54,8 +54,8 @@ if [ "${sdkCorrect}" != "yes" ]; then fi # Ask if the user wants to build the app after -read -p "Do you want to build the app after (yes/no) default to yes? " buildApp -buildApp=${buildApp:-yes} +read -p "Do you want to build the app after (yes/no) default to no? " buildApp +buildApp=${buildApp:-no} cd "${elementPwd}"