1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Update upgrade

This commit is contained in:
Krakinou 2018-11-24 16:20:43 +01:00 committed by GitHub
parent af758e1216
commit 6d708f7c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,11 +80,11 @@ ln -s $final_path/lang/it $final_path/lang/it_IT
chown -R www-data:www-data $final_path
#adding php-cli for cron
sudo apt-get update -qq
sudo apt-get install -yqq php5-cli
#sudo apt-get update -qq
#sudo apt-get install -yqq php5-cli
#adding cronjob for removing expired email addresses
sudo echo "$cronline" | sudo tee -a /etc/cron.d/emailpoubelle
sudo chmod 644 /etc/cron.d/emailpoubelle
#sudo echo "$cronline" | sudo tee -a /etc/cron.d/emailpoubelle
#sudo chmod 644 /etc/cron.d/emailpoubelle
# Restart services
sudo service php7.0-fpm restart