From 2893407109dd79d8e6e89de58c220633182f993d Mon Sep 17 00:00:00 2001 From: levasseur Date: Fri, 24 Sep 2021 17:44:58 +0200 Subject: [PATCH] fixed bash call for internal shell --- init.sh | 2 +- repo/common/{ubuntu.sources.list => ubuntu_focal.list} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename repo/common/{ubuntu.sources.list => ubuntu_focal.list} (100%) diff --git a/init.sh b/init.sh index 18330f6..e6ea213 100755 --- a/init.sh +++ b/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 diff --git a/repo/common/ubuntu.sources.list b/repo/common/ubuntu_focal.list similarity index 100% rename from repo/common/ubuntu.sources.list rename to repo/common/ubuntu_focal.list