Maj sur la variable "pseudo", et pourquoi ça marchait avant ? on ne saura jamais.
This commit is contained in:
parent
e20c49b01e
commit
4a67f35cd3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ fi
|
|||
if [ -z "$4" ]
|
||||
then
|
||||
myfunc() {
|
||||
basename -a "$foldersource"/* | cut -d_ -f2 | uniq
|
||||
basename "$foldersource"/* .txt | cut -d_ -f2 | uniq
|
||||
}
|
||||
perso="$(myfunc)"
|
||||
else perso="$4"
|
||||
|
|
Loading…
Reference in a new issue