# Le pido un rootpath donde se instalara este comando en particular
is_writeable=0
while [ $is_writeable -eq 0 ]; do
# Le pido un rootpath donde se instalara este comando en particular
is_writeable=0
while [ $is_writeable -eq 0 ]; do
if [ -n "$userpath" ]; then
ROOTPATH=$userpath
if [ -w "${userpath%/*}" ]; then is_writeable=1
else echo ">> ERROR: No es posible crear dicho directorio"
fi
else
if [ -n "$userpath" ]; then
ROOTPATH=$userpath
if [ -w "${userpath%/*}" ]; then is_writeable=1
else echo ">> ERROR: No es posible crear dicho directorio"
fi
else
numline=$(($numline+1))
changeLine "$CONFFILE" "$numline" "FECINS = $fecha"
echo ">> Instalación del componente $comando completada"
numline=$(($numline+1))
changeLine "$CONFFILE" "$numline" "FECINS = $fecha"
echo ">> Instalación del componente $comando completada"