This commit is contained in:
bruno 2023-07-26 10:38:16 -04:00
parent 9b556fc333
commit 0ed91fb615
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ installSoftware() {
# Fonction permettant de déterminer le shell courant
setPATHCurrentShell(){
CurrentShell = $(echo $SHELL | awk -F/ '{print $NF}')
CurrentShell=$(echo $SHELL | awk -F/ '{print $NF}')
info "===> Shell courant : $CurrentShell"