Преглед на файлове

Exit if peertube install fails

Bob Mottram преди 7 години
родител
ревизия
4a04d29121
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4
    0
      src/freedombone-app-peertube

+ 4
- 0
src/freedombone-app-peertube Целия файл

@@ -661,6 +661,10 @@ fi
661 661
 EOF
662 662
     chmod +x $rootdir/usr/bin/install_peertube
663 663
     chroot "$rootdir" /usr/bin/install_peertube
664
+    if [ ! "$?" = "0" ]; then
665
+        echo $'PeerTube install failed'
666
+        exit 735638
667
+    fi
664 668
 
665 669
     echo '[Unit]' > $rootdir/etc/systemd/system/peertube.service
666 670
     echo 'Description=PeerTube Decentralized video streaming platform' >> $rootdir/etc/systemd/system/peertube.service