pull/115/head
KM4ACK 2020-07-28 13:46:05 -05:00
rodzic 791012d116
commit 79abb9fbc4
1 zmienionych plików z 8 dodań i 0 usunięć

8
update
Wyświetl plik

@ -43,6 +43,14 @@ fi
trap FINISH EXIT
#remove temp dir if exist
#fix issue 108 https://github.com/km4ack/pi-build/issues/108
#Thanks to N5RKS for finding the bug
if [ -d $HOME/pi-build/temp ]; then
rm -rf $HOME/pi-build/temp
fi
exit
#####################################
# Create autostart dir
#used to autostart conky at boot