Skip to content

Commit

Permalink
Fix entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvanes committed Dec 3, 2024
1 parent dae4b4d commit c19aef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ then
echo "New id is $($PRIVDROP id -u):$($PRIVDROP id -g)"
fi

cd /opt/sbs

# Run migrations
_RUN_MIGRATIONS=${RUN_MIGRATIONS:-0}
_MIGRATIONS_ONLY=${MIGRATIONS_ONLY:-0}
Expand All @@ -57,7 +59,5 @@ then
fi
fi

cd /opt/sbs

# Hand off to the CMD
exec ${PRIVDROP} $@
exec ${PRIVDROP} $@

0 comments on commit c19aef3

Please sign in to comment.