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" ]
|
if [ -z "$4" ]
|
||||||
then
|
then
|
||||||
myfunc() {
|
myfunc() {
|
||||||
basename -a "$foldersource"/* | cut -d_ -f2 | uniq
|
basename "$foldersource"/* .txt | cut -d_ -f2 | uniq
|
||||||
}
|
}
|
||||||
perso="$(myfunc)"
|
perso="$(myfunc)"
|
||||||
else perso="$4"
|
else perso="$4"
|
||||||
|
|
Loading…
Reference in a new issue