This commit is contained in:
Bob Mottram 2016-01-08 17:18:58 +00:00
parent c37c1aae36
commit 4dcb1a6aa9
1 changed files with 1 additions and 1 deletions

View File

@ -6018,7 +6018,7 @@ function install_owncloud_music_app {
cd /usr/share/owncloud/apps
git clone $OWNCLOUD_MUSIC_APP_REPO Music
cd music
cd /usr/share/owncloud/apps/Music
git checkout $OWNCLOUD_MUSIC_APP_COMMIT -b $OWNCLOUD_MUSIC_APP_COMMIT
if ! grep -q "Owncloud music app commit" $COMPLETION_FILE; then
echo "Owncloud music app commit:$OWNCLOUD_MUSIC_APP_COMMIT" >> $COMPLETION_FILE