https://bugs.koozali.org/show_bug.cgi?id=12486
Bug ID: 12486
Summary: occ requires /sbin/e-smith to be in the path
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: smeserver-nextcloud
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
The occ script created in /usr/bin requires /sbin/e-smith to be in the path.
The script will be more robust by specifying the complete path to config:
# diff /usr/bin/occ~ /usr/bin/occ
3c3
< memory=$(config getprop nextcloud memory_limit|| echo "1024M")
---
> memory=$(/sbin/e-smith/config getprop nextcloud memory_limit|| echo "1024M")
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/