From 0ece58b9cbf64f61c0470a4f56bc5c991eadcac1 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Fri, 29 Jan 2016 12:23:03 -0500 Subject: [PATCH] Add version --- automated install/basic-install.sh | 4 ++-- version.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index bbc8b25f..60df899b 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -286,7 +286,7 @@ installConfigs(){ $SUDO mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.orig $SUDO cp /etc/.pihole/advanced/dnsmasq.conf /etc/dnsmasq.conf $SUDO cp /etc/.pihole/advanced/lighttpd.conf /etc/lighttpd/lighttpd.conf - $SUDO cp /etc/.pihole/version.txt /etc/pihole/version.txt + $SUDO cp /etc/.pihole/version.txt /etc/pihole/version.txt $SUDO sed -i "s/@INT@/$piholeInterface/" /etc/dnsmasq.conf $SUDO echo " done." } @@ -506,4 +506,4 @@ $SUDO mv $tmpLog $instalLogLoc displayFinalMessage $SUDO service dnsmasq start -$SUDO service lighttpd start \ No newline at end of file +$SUDO service lighttpd start diff --git a/version.txt b/version.txt index e69de29b..7208c218 100644 --- a/version.txt +++ b/version.txt @@ -0,0 +1 @@ +2.4 \ No newline at end of file