diff --git a/G1BILLETS.sh b/G1BILLETS.sh index 9425ff0..26041d5 100755 --- a/G1BILLETS.sh +++ b/G1BILLETS.sh @@ -52,7 +52,7 @@ if [[ $MONTANT != "daemon" ]]; then ## DEFAULT xZSTYLE LASTX=$(ls -d ${MY_PATH}/${IMAGES}/x* | tail -n 1) - STYLE="$(cat ${LASTX} | rev | cut -d '/' -f 1 | rev)" + STYLE="$(echo ${LASTX} | rev | cut -d '/' -f 1 | rev)" fi