"Ajout lisezmoi.txt dans /bin + correction install.sh"
This commit is contained in:
@@ -48,7 +48,7 @@ fi
|
||||
########################################################################
|
||||
|
||||
source ${PKG_INSTALL_CONF}
|
||||
source ${PKG_SOCLE_INIT_CONF}
|
||||
source ${PKG_SOCLE_INIT_CONF} 2>/dev/null
|
||||
|
||||
|
||||
echo -e "\033[93mInstallation du socle Bash:\033[0m"
|
||||
@@ -101,8 +101,7 @@ continue_on_ok
|
||||
|
||||
# Installation des scripts
|
||||
SCRIPTS_NUM=$(find ${PKG_DIR}/bin/ -type f | wc -l)
|
||||
if [ ! ${SCRIPTS_NUM} -eq 0 ];
|
||||
then
|
||||
if [ ! ${SCRIPTS_NUM} -eq 0 ]; then
|
||||
echo -en "\033[93m * Copie des scripts dans ${NC_EXPL_BIN}\033[0m "
|
||||
cp -R ${PKG_DIR}/bin/* ${NC_EXPL_BIN}
|
||||
RET_VAL=$?
|
||||
|
||||
Reference in New Issue
Block a user