]> xenbits.xensource.com Git - people/sstabellini/raisin.git/commitdiff
Missing "then"
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 7 Apr 2015 13:37:22 +0000 (13:37 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 7 Apr 2015 13:37:22 +0000 (13:37 +0000)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
raise.sh

index 82ae7d82f66bb083034f51a5d573a9f7231c379b..1ce338355ea7a520ba1366c8fad1685a9e7f77aa 100755 (executable)
--- 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)."