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:
parent
af758e1216
commit
6d708f7c07
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue