added configuration for legos bac-à-sable, improved documentation
This commit is contained in:
3
init.sh
3
init.sh
@@ -36,7 +36,7 @@ export LC_ALL=C
|
||||
export LANG=C
|
||||
|
||||
# Version of init
|
||||
export VERSION="0.99.6"
|
||||
export VERSION="0.99.7"
|
||||
|
||||
# Store script's path
|
||||
export MYPATH=$(dirname $0)
|
||||
@@ -126,6 +126,7 @@ for mod in $MODULE_LIST; do
|
||||
done
|
||||
|
||||
if [[ $RUN_SHELL == true ]]; then
|
||||
prnt I "Lancement d'un shell intéractif..."
|
||||
bash --noprofile --rcfile $MYPATH/bash.rc
|
||||
prnt I "Sortie du script après exécution du shell."
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user