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:
commit
0275a23e75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user