corr
This commit is contained in:
parent
9b556fc333
commit
0ed91fb615
@ -132,7 +132,7 @@ installSoftware() {
|
|||||||
|
|
||||||
# Fonction permettant de déterminer le shell courant
|
# Fonction permettant de déterminer le shell courant
|
||||||
setPATHCurrentShell(){
|
setPATHCurrentShell(){
|
||||||
CurrentShell = $(echo $SHELL | awk -F/ '{print $NF}')
|
CurrentShell=$(echo $SHELL | awk -F/ '{print $NF}')
|
||||||
|
|
||||||
info "===> Shell courant : $CurrentShell"
|
info "===> Shell courant : $CurrentShell"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user