fixed bash call for internal shell

This commit is contained in:
levasseur
2021-09-24 17:44:58 +02:00
parent f57a5f079b
commit 5d70426ad6
2 changed files with 1 additions and 1 deletions

View File

@@ -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