Skip to content

Commit

Permalink
revert chmod permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Aug 18, 2024
1 parent 114fa68 commit 683c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
build:
if [ ! -d "runtime" ]; then \
mkdir -p runtime/configs; \
chmod 777 -R runtime; \
chmod 0777 -R runtime; \
fi
chmod +x bin/get-binaries.sh; \
if [ ! -f "bin/centrifugo" ]; then \
Expand Down

0 comments on commit 683c032

Please sign in to comment.