Fix 'else' clause

pull/4/head
Joe Haig 8 years ago
parent bfb635636b
commit cc96885ec9

@ -6,7 +6,7 @@ version=`sed 's/\..*//' /etc/debian_version`
if [ $version -ge 8 ]; then if [ $version -ge 8 ]; then
echo "Raspian verison is 8.0 or later" echo "Raspian verison is 8.0 or later"
webroot_dir="/var/www/html" webroot_dir="/var/www/html"
elif; then else
echo "Raspian version is earlier than 8.0" echo "Raspian version is earlier than 8.0"
webroot_dir="/var/www" webroot_dir="/var/www"
fi fi

Loading…
Cancel
Save