Skip to content

Commit

Permalink
Recalling that the omnipresence command is 'presence'
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman committed Jun 16, 2024
1 parent 207a33f commit c58814c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/venture/api-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN sudo mkdir -p /run/sendsigs.omit.d
RUN echo "sudo mount api.theterm.world:/world/dungeon /dungeon" >> /etc/bash.bashrc

# Setup call to omnipresence to register new users; update old
RUN echo "report" >> /etc/bash.bashrc
RUN echo "presence" >> /etc/bash.bashrc

# Add the "entrypoint.sh" file from the Docker build context to the image, and make the "entrypoint.sh" file executable
ADD entrypoint.sh entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/direvents.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
direvents(){
builtin cd "$@" && { [ ! -f .flavor ] || cat .flavor 1>&2; } && { [ ! -f .events ] || . .events; } && { report; }}
builtin cd "$@" && { [ ! -f .flavor ] || cat .flavor 1>&2; } && { [ ! -f .events ] || . .events; } && { presence; }}
}
alias cd=direvents

0 comments on commit c58814c

Please sign in to comment.