Procházet zdrojové kódy

checking for the existence of the file splash.png

pull/188/head
Wendell Borges před 7 roky
rodič
revize
acd210b47c
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +4
    -1
      install.sh

+ 4
- 1
install.sh Zobrazit soubor

@@ -57,7 +57,10 @@ show_menu () {

fi

sudo mv ./config/splash.png /usr/share/plymouth/themes/pix/splash.png
# checking for file splash.png
if [ -e /usr/share/plymouth/themes/pix/splash.png ]; then
sudo mv ./config/splash.png /usr/share/plymouth/themes/pix/splash.png
fi

sed "s@#DIR#@${PWD}@g" config/craftbeerpiboot > /etc/init.d/craftbeerpiboot
chmod 755 /etc/init.d/craftbeerpiboot;


Načítá se…
Zrušit
Uložit