2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Merge pull request #84 from adamtangx/patch-1

Fix on install_wkhtmltopdf_centos
This commit is contained in:
Pratik Vyas 2014-11-27 08:34:51 +05:30
commit 0275a23e75

View File

@ -194,7 +194,7 @@ install_packages() {
install_wkhtmltopdf_centos () {
if [[ $OS == "centos" && $OS_VER == "7" && $T_ARCH="i386" ]]; then
if [[ $OS == "centos" && $OS_VER == "7" && $T_ARCH == "i386" ]]; then
echo "Cannot install wkhtmltodpdf. Skipping..."
return 0
fi