diff options
-rwxr-xr-x | script/compact-xapian-database | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/compact-xapian-database b/script/compact-xapian-database index 0caff6394..cb2d578e6 100755 --- a/script/compact-xapian-database +++ b/script/compact-xapian-database @@ -20,7 +20,7 @@ if [ -x /usr/bin/xapian-compact ]; mv "$XAPIAN_DB_DIR/$RAILS_ENV" "$XAPIAN_DB_DIR/$RAILS_ENV.tmp" mv "$XAPIAN_DB_DIR/$RAILS_ENV.new" "$XAPIAN_DB_DIR/$RAILS_ENV" rm -rf "$XAPIAN_DB_DIR/$RAILS_ENV.tmp" - commonlib/bin/output-on-error service "$DAEMON_NAME" restart + commonlib/bin/output-on-error /usr/sbin/service "$DAEMON_NAME" restart fi else echo >&2 "Could not find xapian-compact script; have you installed xapian-tools?" |