Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc committed Jun 13, 2024
1 parent 4b62ca5 commit de1e9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/pulsar-service-startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo "--- Run pulsar service at the directory ${PULSAR_HOME} ---"
pushd ${PULSAR_HOME}
bin/apply-config-from-env.py conf/standalone.conf
if [ ${FUNCTION_ENABLE} ]; then
bin/pulsar-daemon start standalone
bin/pulsar-daemon start standalone --wipe-data
else
bin/pulsar-daemon start standalone -nss -nfw
bin/pulsar-daemon start standalone -nfw
fi
until curl http://127.0.0.1:8080/admin/v2/tenants > /dev/null
do
Expand Down

0 comments on commit de1e9f3

Please sign in to comment.