Skip to content

Commit

Permalink
chore: use direct sh path and exit if any error happens (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
digiz3d authored May 18, 2023
1 parent 609e64a commit 65333c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh

#!/bin/sh
set -e
export RESOLUTION="${RESOLUTION:=1280x720}"

RESOLUTION_W=$(echo $RESOLUTION | cut -d'x' -f1)
Expand Down

0 comments on commit 65333c7

Please sign in to comment.