Sanity check for Owncloud music app

This commit is contained in:
Bob Mottram 2015-01-26 15:50:19 +00:00
parent f974ec448b
commit dfd7762a7e
1 changed files with 4 additions and 0 deletions

View File

@ -6167,6 +6167,10 @@ function install_owncloud_music_app {
if grep -Fxq "install_owncloud_music_app" $COMPLETION_FILE; then
return
fi
if ! grep -Fxq "install_owncloud" $COMPLETION_FILE; then
echo 'Tried to install the Owncloud music app, but Owncloud installation was not found'
exit 9823
fi
cd /usr/share/owncloud/apps
git clone https://github.com/owncloud/music music