Skip to content

Commit

Permalink
fix file permissions when executing breadboard
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattis committed Jul 3, 2024
1 parent 11ad9b3 commit 1e157b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breadboard-v2.3.1.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/bin/sh
chmod u+x ./bin/breadboard
chmod u+x ./db/breadboard.h2.db
./bin/breadboard -Dhttps.port=9443 -Dapplication.secret="pleasechangethis" -Dconfig.file=conf/application-prod.conf -J-XX:+CMSClassUnloadingEnabled -J-XX:+UseConcMarkSweepGC

0 comments on commit 1e157b7

Please sign in to comment.