Pour tester ce qui se passe, j'ai supprimé la variable GETLOC=/tmp présente dans les fonctions et l'ai déclarée/exportée dès le début des scripts. Parallèlement, j'ai remplacé dans "pou-autoupdate-trayapp" et "pou-autoupdate" tous les "/tmp" par la variable $GETLOC et enfin, donné à cette variable la valeur "/tmp/POU", pour tout retrouver dans le même sous-dossier de /tmp. C'est beaucoup plus confortable...
Ensuite, après avoir remplacé (dans "pou-autoupdate-trayapp")
Code: Select all
rm "$INFSERVER$GETPETINFO".info.txt
rm "$INFSERVER$GETPETINFO".info$INFOLANGEXT.txt
Code: Select all
rm "$GETLOC/$GETPETINFO".info.txt
rm "$GETLOC/$GETPETINFO".info$INFOLANGEXT.txt
___________________________________________________
EDIT:
En revanche, rien à faire pour le message d'infos, alors que j'ai bien l'image jpg.
xerrs.log dit:
Code: Select all
2013-08-12 15:51:44 (104 MB/s) - «20130811_update.pet.info-fr.txt» sauvegardé [799/799]
/tmp/POU/20130811_update.pet.info.txt: line 2: CWD: command not found
/tmp/POU/20130811_update.pet.info.txt: line 2: 10526 Terminated yaf-splash -deco "$GETPETINFO" -icon gtk-info -placement center -bg lightgray -close never -fontsize large -text "$DNLDINFOMSG"
/tmp/POU/20130811_update.pet.info.txt: line 3: 250: command not found
/tmp/POU/20130811_update.pet.info.txt: line 4: PWD: command not found
/tmp/POU/20130811_update.pet.info.txt: line 5: 257: command not found
/tmp/POU/20130811_update.pet.info.txt: line 6: syntax error near unexpected token `('
/tmp/POU/20130811_update.pet.info.txt: line 6: `Chargement du répertoire /tooppy_5x/updates depuis le serveur (LC_TIME=fr_FR.UTF-8)'
/tmp/POU/20130811_update.pet.info-fr.txt: line 2: CWD: command not found
/tmp/POU/20130811_update.pet.info-fr.txt: line 3: 250: command not found
/tmp/POU/20130811_update.pet.info-fr.txt: line 4: PWD: command not found
/tmp/POU/20130811_update.pet.info-fr.txt: line 5: 257: command not found
/tmp/POU/20130811_update.pet.info-fr.txt: line 6: syntax error near unexpected token `('
/tmp/POU/20130811_update.pet.info-fr.txt: line 6: `Chargement du répertoire /tooppy_5x/updates depuis le serveur (LC_TIME=fr_FR.UTF-8)'
/usr/local/POU/pou-autoupdate: line 724: eval: -f: invalid option
eval: usage: eval [arg ...]
Code: Select all
Xdialog --title "$GETPETINFO" --left --wrap --msgbox "$UPDATEINFOTXT" 0 0
Cordialement.