remove spurious fi

This commit is contained in:
Trevor Batley 2023-10-02 10:11:43 +11:00
parent 427f3c6f33
commit 3470a21ac7

View File

@ -32,7 +32,7 @@ fi
SCRIPT_GIT="https://src.koozali.org/smedev/smeserver-koji/raw/branch/master/koji-setup"
SCRIPT_DIR="$(echo ~)/bin"
echo "Loading required scripts and packages...." ; fi
echo "Loading required scripts and packages...."
mkdir -p $SCRIPT_DIR
curl $SILENT $SCRIPT_GIT/koji-deploy-hub.sh > $SCRIPT_DIR/koji-deploy-hub.sh
curl $SILENT $SCRIPT_GIT/koji-deploy-web.sh > $SCRIPT_DIR/koji-deploy-web.sh