update variable /home/matt pour sourcing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
source /home/$USER/autopost/common.sh
|
||||
source $HOME/autopost/common.sh
|
||||
# Recherche récursive des fichiers .nzb dans FINIS
|
||||
find ${DOSSIER_NZB_FINAL} -type f -name "*.nzb" | while IFS= read -r fichier; do
|
||||
# Supprime l'extension .nzb pour conserver le chemin complet
|
||||
|
||||
Reference in New Issue
Block a user