fixed bash call for internal shell
This commit is contained in:
2
init.sh
2
init.sh
@@ -127,7 +127,7 @@ done
|
||||
|
||||
if [[ $RUN_SHELL == true ]]; then
|
||||
prnt I "Lancement d'un shell intéractif..."
|
||||
bash --noprofile --rcfile $MYPATH/bash.rc
|
||||
bash -i --rcfile $MYPATH/bash.rc
|
||||
prnt I "Sortie du script après exécution du shell."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user