Browse Source

fix companion start up script

Ifedapo Olarewaju 6 years ago
parent
commit
be29c8ffca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/companion

+ 1 - 1
bin/companion

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-sh ../env.sh
+. ./env.sh
 
 env \
   UPPYSERVER_DATADIR="./output" \