From 0564872ca48b11dd8f9180c994e582242e90f444 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 4 Dec 2014 13:21:23 +0530 Subject: [PATCH] fix installation for precise fix #85 --- install_scripts/setup_frappe.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_scripts/setup_frappe.sh b/install_scripts/setup_frappe.sh index c1a9dd74..6290e16e 100644 --- a/install_scripts/setup_frappe.sh +++ b/install_scripts/setup_frappe.sh @@ -141,7 +141,7 @@ add_epel_centos7() { } add_maria_db_repo() { - if [ "$OS" == "Ubuntu" ] && [ $VER=="utopic" ]; then + if [ "$OS" == "Ubuntu" ] && [ $OS_VER == "utopic" ]; then return elif [ "$OS" == "centos" ]; then echo Adding centos mariadb repo @@ -152,7 +152,7 @@ add_maria_db_repo() { add_debian_mariadb_repo elif [ "$OS" == "Ubuntu" ]; then - echo Adding debian mariadb repo + echo Adding ubuntu mariadb repo add_ubuntu_mariadb_repo else echo Unsupported Distribution