Skip to content

Commit

Permalink
Dont bother using orig entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jan 28, 2025
1 parent 4e664e2 commit a9f887f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/entrypoint.sh $1
asd --fgdaemon &

SUPERUSER_NAME_AND_PASSWORD=superuser
ASADM_AUTH_FLAGS="--user=$SUPERUSER_NAME_AND_PASSWORD --password=$SUPERUSER_NAME_AND_PASSWORD"
asadm $ASADM_AUTH_FLAGS --enable --execute "manage revive ns test"
asadm $ASADM_AUTH_FLAGS --enable --execute "manage recluster"

fg

0 comments on commit a9f887f

Please sign in to comment.