finallized merge

This commit is contained in:
levasseur
2021-09-21 17:28:12 +02:00
parent 477f129a6b
commit 0c56bfcd98
3 changed files with 0 additions and 16 deletions

View File

@@ -36,11 +36,7 @@ export LC_ALL=C
export LANG=C
# Version of init
<<<<<<< HEAD
export VERSION="0.99.7"
=======
export VERSION="0.99.6"
>>>>>>> 8e8a2267286e904fde4e486a171dd141da66fc3a
# Store script's path
export MYPATH=$(dirname $0)
@@ -130,10 +126,7 @@ for mod in $MODULE_LIST; do
done
if [[ $RUN_SHELL == true ]]; then
<<<<<<< HEAD
prnt I "Lancement d'un shell intéractif..."
=======
>>>>>>> 8e8a2267286e904fde4e486a171dd141da66fc3a
bash --noprofile --rcfile $MYPATH/bash.rc
prnt I "Sortie du script après exécution du shell."
exit 0