mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-28 16:28:27 +01:00
Shell moved from bash to ash due to compatibility with Alpine Linux
This commit is contained in:
parent
1dd6a708f9
commit
da556e0128
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/ash
|
||||
set -e
|
||||
|
||||
if [ ! -e '/var/www/html/version.php' ]; then
|
||||
|
|
Loading…
Reference in a new issue