Bob Mottram 9 år sedan
förälder
incheckning
4dcb1a6aa9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Visa fil

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