Skip to content

Commit

Permalink
Quote vars in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Feb 11, 2024
1 parent cdbe40d commit 6df0ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rel/overlays/bin/start-docker
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CURDIR=$PWD
BINDIR=$(dirname -- "$0")
cd "$BINDIR"; BINDIR=$PWD; cd "$CURDIR"

$BINDIR/prod eval 'AbsintheFederationExample.Release.create_repos()'
$BINDIR/prod eval 'AbsintheFederationExample.Release.migrate()'
"$BINDIR/prod" eval 'AbsintheFederationExample.Release.create_repos()'
"$BINDIR/prod" eval 'AbsintheFederationExample.Release.migrate()'

PHX_SERVER=true exec $BINDIR/prod start
PHX_SERVER=true exec "$BINDIR/prod" start

0 comments on commit 6df0ca9

Please sign in to comment.