0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-19 18:36:09 +02:00

Reverting to bash for the Debian based image

This commit is contained in:
Blagovest Petrov 2016-10-15 17:21:30 +03:00
parent 2718d61be0
commit a81715ef80

View file

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