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 1e4b0e2 commit 7edd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installCRMLite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ 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 -r /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 7edd48f

Please sign in to comment.