Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed mochi version to 2.18.0 in entrypoint.sh #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ fi

if [ $INITDB -eq 1 ]; then
echo "Initialising DB"
erl -pa ebin ../lib/mochiweb-2.17.0/ebin ../lib/radius-1.4.4/ebin -sname ocs -config sys -s ocs_app install -s init stop
erl -pa ebin ../lib/mochiweb-2.18.0/ebin ../lib/radius-1.4.4/ebin -sname ocs -config sys -s ocs_app install -s init stop
fi
erl -pa ebin ../lib/mochiweb-2.17.0/ebin ../lib/radius-1.4.4/ebin -sname ocs -config sys -eval 'systools:make_script("ocs",[local])' -s init stop
#erl -kernel inet_dist_listen_min 9001 inet_dist_listen_max 9005 -pa ebin ../lib/mochiweb-2.17.0/ebin ../lib/radius-1.4.4/ebin -boot ocs -sname ocs -setcookie ocsme -config sys
erl -pa ebin ../lib/mochiweb-2.17.0/ebin ../lib/radius-1.4.4/ebin -boot ocs -sname ocs -setcookie ocsme -config sys
erl -pa ebin ../lib/mochiweb-2.18.0/ebin ../lib/radius-1.4.4/ebin -sname ocs -config sys -eval 'systools:make_script("ocs",[local])' -s init stop
#erl -kernel inet_dist_listen_min 9001 inet_dist_listen_max 9005 -pa ebin ../lib/mochiweb-2.18.0/ebin ../lib/radius-1.4.4/ebin -boot ocs -sname ocs -setcookie ocsme -config sys
erl -pa ebin ../lib/mochiweb-2.18.0/ebin ../lib/radius-1.4.4/ebin -boot ocs -sname ocs -setcookie ocsme -config sys