From 2b612dc069a0398f424946fb4747440d6770a88f Mon Sep 17 00:00:00 2001 From: Romeo-Golf Date: Sat, 31 Dec 2016 01:32:18 +0000 Subject: [PATCH] Remove stray backtick from install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 49b128c..3e5d5ee 100755 --- a/install.sh +++ b/install.sh @@ -122,7 +122,7 @@ done # If the automated installation option was selected set the needed environmental variables. if [ $AUTOMATED_INSTALL == "true" ]; then # If no configuration file was specified use the default configuration file path and name. -` if [ -n $CONFIGURATION_FILE ] || [ $CONFIGURATION_FILE == "default" ]; then + if [ -n $CONFIGURATION_FILE ] || [ $CONFIGURATION_FILE == "default" ]; then CONFIGURATION_FILE="$RECIEVER_ROOT_DIRECTORY/install.config" # If either the -c or --config-file= flags were set a valid file must reside there. elif [ ! -f $CONFIGURATION_FILE ]; then