Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Get rid of bash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI authored and pierreozoux committed May 15, 2018
1 parent ead2c41 commit a5d8f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apache/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

if [ ! -e piwik.php ]; then
Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

if [ ! -e piwik.php ]; then
Expand Down
2 changes: 1 addition & 1 deletion fpm/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

if [ ! -e piwik.php ]; then
Expand Down

0 comments on commit a5d8f0d

Please sign in to comment.