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:
parent
1b637086ac
commit
8bf42a633c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user