pull/284/head^2
KM4ACK 2021-08-06 07:23:35 -05:00
rodzic 6cf6bfe288
commit d50048557f
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -29,8 +29,6 @@ echo "This is a test patch"
#write patch name to a file so we can
#look and see if it has been applied before.
echo "$PATCHNAME" >> $PATCHFILE
sleep 3
bash $HOME/pi-build/patch/patch
else
#if patch previously applied, notify user and exit
@ -38,5 +36,4 @@ clear;echo;echo
HEADER
echo "$PATCHNAME already applied to this system"
sleep 3
bash $HOME/pi-build/patch/patch
fi