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
|
if [[ $RUN_SHELL == true ]]; then
|
||||||
prnt I "Lancement d'un shell intéractif..."
|
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."
|
prnt I "Sortie du script après exécution du shell."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user