kopia lustrzana https://github.com/jprochazka/adsb-receiver
Fix syntax error
rodzic
d0e0fb66e2
commit
329ef467da
|
@ -193,7 +193,7 @@ sudo cp -r $BUILDDIR/portal/graphs/html/* ${DOCUMENTROOT}/graphs/
|
||||||
## EDIT CRONTAB
|
## EDIT CRONTAB
|
||||||
|
|
||||||
echo -e "\033[33mAdding jobs to 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..."
|
echo -e "Removing previously install cron file..."
|
||||||
sudo rm -f /etc/cron.d/adsb-feeder-performance-graphs
|
sudo rm -f /etc/cron.d/adsb-feeder-performance-graphs
|
||||||
fi
|
fi
|
||||||
|
|
Ładowanie…
Reference in New Issue