Selaa lähdekoodia

Sanity check for Owncloud music app

Bob Mottram 10 vuotta sitten
vanhempi
commit
dfd7762a7e
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4
    0
      src/freedombone

+ 4
- 0
src/freedombone Näytä tiedosto

6167
   if grep -Fxq "install_owncloud_music_app" $COMPLETION_FILE; then
6167
   if grep -Fxq "install_owncloud_music_app" $COMPLETION_FILE; then
6168
       return
6168
       return
6169
   fi
6169
   fi
6170
+  if ! grep -Fxq "install_owncloud" $COMPLETION_FILE; then
6171
+	  echo 'Tried to install the Owncloud music app, but Owncloud installation was not found'
6172
+      exit 9823
6173
+  fi
6170
 
6174
 
6171
   cd /usr/share/owncloud/apps
6175
   cd /usr/share/owncloud/apps
6172
   git clone https://github.com/owncloud/music music
6176
   git clone https://github.com/owncloud/music music