From 106555bc95ee996cca8d2da65e761034397de36a Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Tue, 10 Apr 2018 15:26:10 -0700 Subject: [PATCH] Accidentally deleted a fi, fixed And that's how I know nobody else has tried to run this yet. :) --- setup/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/index.txt b/setup/index.txt index 3c0dd1a..2ee5855 100755 --- a/setup/index.txt +++ b/setup/index.txt @@ -169,6 +169,7 @@ doSetup=1 if a2sCmpInstalled lt 1.5.2; then a2server_update=1 +fi unsupportedOS=1 if [[ $isRpi ]]; then #supported Raspbian? (16-Feb-15, 20-Jun-14, 09-Jan-14, etc) @@ -189,8 +190,8 @@ fi if [[ $unsupportedOS && $isRpi ]]; then echo - echo "A2SERVER and its installer scripts have been tested on Raspbian Wheezy and" - echo "Jessie, though not this specific firmware version" + echo "A2SERVER and its installer scripts have been tested on Raspbian Wheezy," + echo "Jessie, and Stretch though not this specific firmware version" echo "(${fwhash:0:7}). Just FYI." unsupportedOS= elif [[ $unsupportedOS && $isDebian ]]; then @@ -269,7 +270,6 @@ if (( $doSetup )); then fi done - echo echo "During this installation, enter ${password} if prompted for passwords." echo