1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-06-09 19:10:54 +00:00

Separate the ownCloud upgrades visually in the console output.

This commit is contained in:
yodax 2016-10-17 06:56:55 +02:00
parent 1b637086ac
commit 8bf42a633c

View File

@ -29,6 +29,10 @@ if [ ! -f $STORAGE_ROOT/owncloud/config.php ] \
fi
InstallOwncloud() {
echo
echo "Upgrading to ownCloud version $1"
echo
version=$1
hash=$2