0
0
Fork 0
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:
Blagovest Petrov 2016-10-07 14:55:32 +03:00
parent 1dd6a708f9
commit da556e0128

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/ash
set -e
if [ ! -e '/var/www/html/version.php' ]; then