This commit is contained in:
kyodev 2017-08-18 20:30:28 +02:00
parent 651c081b62
commit 104e1e48b9
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ f__wget_test(){ # v07/2017
# inscription dans tache upgrade en anacron hebdomadaire, via cron horaire
fscript_cronAnacron(){ # v18/08/2017-2
rm "/home/$user_/.mozilla/plugins/libflashplayer.anacrontab" &>/dev/null # ancienne localisation éventuelle, spécifique getFlash
rm "/home/$user_/.config/anacron/spool/getFP"* &>/dev/null # ancien job, spécifique getFlash
sed -i "/libflashplayer.anacrontab/d" /etc/crontab # ancienne localisation anacrontab
rm "/home/$user_/.config/anacron/spool/getFP"* &>/dev/null # ancien job, spécifique getFlash
[ $EUID -eq 0 ] && sed -i "/libflashplayer.anacrontab/d" /etc/crontab # ancienne localisation anacrontab
local dirAnacron="/home/$user_/.config/anacron"
local dirSpool="$dirAnacron/spool"
local fileAnacron="$dirAnacron/$script.anacrontab"