diff --git a/setup-info.sh b/setup-info.sh index ef6d445..35aa616 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -19,6 +19,7 @@ if [ -e .crontab ]; then else: crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab - touch .crontab +fi ## Install Python python3 -m pip install virtualenv