Run julia with --project

This is to ensure both server and client are running
the same version of DaemonMode.jl.
This commit is contained in:
gg 2023-09-12 06:21:16 -07:00
parent 3e18a0831d
commit 2244d95a3a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
exec julia --startup-file=no -e "using DaemonMode; runargs()" $@
exec julia --project --startup-file=no -e "using DaemonMode; runargs()" $@