Skip to content

Commit

Permalink
remove duplicate faketime in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Aug 3, 2023
1 parent 04f6177 commit 5099d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd /teddycloud/

if [ ! -f "/teddycloud/certs/server/ca.der" ]; then
echo "Creating certs..."
faketime '2015-11-03 00:00:00' gencerts.sh
./gencerts.sh
if [ ! -f "/teddycloud/certs/server/ca.der" ]; then
echo "Error during certs creation"
exit
Expand Down

0 comments on commit 5099d3b

Please sign in to comment.