Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorales254 committed Mar 26, 2022
1 parent ae4c962 commit 37556d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installCRMLite.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "Enter Database USER: "
read DBUSER
echo "Enter Database PASS: "
read -sp DBPASS
read -p DBPASS
#Directorio de instalacion
cd /tmp/
#Descarga del repo de CRMLiteManager
Expand All @@ -24,9 +24,9 @@ echo "Archivo descargado: CRMLite$CRMLITEVERSION.zip"
unzip CRMLite$CRMLITEVERSION.zip
printf '########################\n ## Archivo descomprimido, carpeta: /tmp/CRMLiteBUILD ##\n'
# Mover todo a los lugares correspondientes
cp /tmp/CRMLite-Manager/CRMLiteManager /etc/IntegraServer/web/forms
cp /tmp/CRMLiteBUILD/CRMLite /etc/IntegraServer/web/forms
cp -r /tmp/CRMLite-Manager/CRMLiteManager /etc/IntegraServer/web/forms
cp -r /tmp/CRMLiteBUILD/CRMLite /etc/IntegraServer/web/forms
mysql -u $DBUSER -p$DBPASS -D "ccrepo" -f < '/tmp/CRMLite-Manager/DB/install.sql'
# Reportes
cp /tmp/CRMLite-Manager/REPORTS/* /etc/IntegraServer/reports
cp -r /tmp/CRMLite-Manager/REPORTS/ /etc/IntegraServer/reports
mysql -u $DBUSER -p$DBPASS -D "ccrepo" -f < '/tmp/CRMLite-Manager/REPORTS/install.sql'

0 comments on commit 37556d8

Please sign in to comment.