#################################
##run python script updating excel on sssfiles
## 
##
## (c) Future Solutions 
## 04/04/23 by JL ver 1.0
## 1.2 added if for prevent running with no files
########################################################


cd /home/katalizatorapp/public_html/dealers.katalizatorapp.eu/sssfiles
python3 ux3.py > updated.txt
python3 rc3.py > upwb.txt
touch time1d.txt ;
## chown -R katalizator:katalizator ../* ;

##########
# cleaning files older than 10 days in backup folder
# to ensure hdd space
########

## find /home/katalizator/public_html/dealers/sssfiles/ -name "*.zip" -type f -mtime +10 -exec rm -f {} \; 

