Skip to content

Commit

Permalink
Merge pull request #4436 from esl/bug/error_on_startup
Browse files Browse the repository at this point in the history
Fix "no such file or directory" on startup
  • Loading branch information
chrzaszcz authored Dec 13, 2024
2 parents 0f2536c + 58fb3bb commit b5b8c13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rel/files/mongooseim
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ export EJABBERD_PID_PATH="$EJABBERD_PID_PATH"
EJABBERD_STATUS_PATH="{{mongooseim_status_dir}}/status"
export EJABBERD_STATUS_PATH="$EJABBERD_STATUS_PATH"

EJABBERD_SO_PATH=`ls -dt "$RUNNER_BASE_DIR"/lib/mongooseim-*/priv/lib | head -1`
EJABBERD_CONFIG_PATH=${EJABBERD_CONFIG_PATH:-$RUNNER_ETC_DIR/mongooseim.${MONGOOSEIM_CONFIG_FORMAT:-toml}}
export EJABBERD_SO_PATH
export EJABBERD_CONFIG_PATH

# Make sure this script is running as the appropriate user
Expand Down

0 comments on commit b5b8c13

Please sign in to comment.