diff --git a/etc/init.d/noosfero b/etc/init.d/noosfero index 871e0b8..c06aae9 100755 --- a/etc/init.d/noosfero +++ b/etc/init.d/noosfero @@ -45,7 +45,7 @@ if [ -z "$NOOSFERO_DIR" ] || [ -z "$NOOSFERO_USER" ]; then fi if test -x /usr/sbin/noosfero-check-dbconfig ; then - if ! noosfero-check-dbconfig; then + if ! /usr/sbin/noosfero-check-dbconfig; then echo "Noosfero database access not configured, service disabled." exit 0 fi -- libgit2 0.21.2