From b6a9d5e11a9dfb409190b6a6d977280291e2e93b Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Tue, 7 Apr 2015 13:37:22 +0000 Subject: [PATCH] Missing "then" Signed-off-by: Stefano Stabellini --- raise.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/raise.sh b/raise.sh index 82ae7d8..1ce3383 100755 --- a/raise.sh +++ b/raise.sh @@ -81,6 +81,7 @@ if [[ -z "$INST" || "$INST" -eq 0 ]] then exit 0 elif [[ -z "$YES" || "$YES" != "y" ]] +then echo "Proceeding we'll make changes to the running system," echo "Installing the components we built and configuring the system" echo "(requires sudo)." -- 2.39.5