From d2f3b1c130a4dc41eae1cd33f12750ae037f8f1d Mon Sep 17 00:00:00 2001 From: unfr Date: Sat, 15 Mar 2025 01:30:53 +0100 Subject: [PATCH] Correction commande nyuu --- autopost/posteur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopost/posteur.sh b/autopost/posteur.sh index 2681f6e..7592dc6 100644 --- a/autopost/posteur.sh +++ b/autopost/posteur.sh @@ -46,7 +46,7 @@ do echo -e ${VERT}"UPLOAD SUR USENET" ${NORMAL} checkusenet - nyuu -h ${NG_HOST} -P ${NG_PORT} -S -u ${NG_USER} -p ${NG_PASS} -n ${NG_NBR_CONN} -g alt.binaries.boneless -o "${DOSSIER_NZB_ATTENTE}${FILESANSEXT}.nzb"--nzb-title "${FILESANSEXT}" -f "{rand(14)} {rand(14)}@{rand(5)}.{rand(3)}" --message-id "{rand(32)}@{rand(8)}.{rand(3)}" --subject "{rand(32)}" --nzb-subject "{filename}" --obfuscate-articles ${FILESANSEXT}.* + nyuu -h ${NG_HOST} -P ${NG_PORT} -S -u ${NG_USER} -p ${NG_PASS} -n ${NG_NBR_CONN} -g alt.binaries.boneless -o "${DOSSIER_NZB_ATTENTE}${FILESANSEXT}.nzb" --nzb-title "${FILESANSEXT}" -f "{rand(14)} {rand(14)}@{rand(5)}.{rand(3)}" --message-id "{rand(32)}@{rand(8)}.{rand(3)}" --subject "{rand(32)}" --nzb-subject "{filename}" --obfuscate-articles ${FILESANSEXT}.* if [ -e "${DOSSIER_NFO}""${FILESANSEXT}".json ]; then echo -e ${JAUNE}"VERIF DU NZB"${NORMAL}