Fix syntax error

pull/41/head
mgunther68 2015-12-26 11:40:02 +00:00
rodzic d0e0fb66e2
commit 329ef467da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -193,7 +193,7 @@ sudo cp -r $BUILDDIR/portal/graphs/html/* ${DOCUMENTROOT}/graphs/
## EDIT CRONTAB
echo -e "\033[33mAdding jobs to crontab..."
if [ -f /tmp/foo.txt ]
if [ -f /tmp/foo.txt ]; then
echo -e "Removing previously install cron file..."
sudo rm -f /etc/cron.d/adsb-feeder-performance-graphs
fi