Skip to content

Commit

Permalink
Fix makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Feb 22, 2023
1 parent 53fecfd commit 8ef82da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-nodejs/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export FILEBOT_OPTS='-Djava.awt.headless=true'


# import user environment
source "$FILEBOT_NODE_DATA/environment.sh"
. "$FILEBOT_NODE_DATA/environment.sh"


exec node 'app.js'
node 'app.js'

0 comments on commit 8ef82da

Please sign in to comment.