From 7603ce0489aa9cfb951c9b4cf246b3b1abcaa0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Mon, 1 Sep 2014 10:32:44 +0200 Subject: [PATCH] this is what I meant --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index eecaf438..65903220 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -13,9 +13,9 @@ apt_install \ apt-get purge -qq -y owncloud* # Install ownCloud from source -# Check if ownCloud dir exist, and check if version matches 7.0.1 (if it does, upgrade) owncloud_ver=7.0.2 +# Check if ownCloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade) if [ ! -d /usr/local/lib/owncloud/ ] \ || ! grep -q $owncloud_ver /usr/local/lib/owncloud/version.php; then