mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +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 () {
|
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..."
|
echo "Cannot install wkhtmltodpdf. Skipping..."
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user