Skip to content

Commit

Permalink
fix install-playsms.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
antonraharja committed Aug 22, 2015
1 parent cf3f6c0 commit 46408f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-playsms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ set -e
echo -n .
mkdir -p $PATHWEB $PATHLIB $PATHLOG
echo -n .
cp -rR web/* $PATHWEB
cp -rf web/* $PATHWEB
set +e
echo -n .
mysqladmin -u $DBUSER -p$DBPASS -h $DBHOST -P $DBPORT create $DBNAME >/dev/null 2>&1
set -e
echo -n .
mysql -u $DBUSER -p$DBPASS -h $DBHOST -P $DBPORT $DBNAME < db/playsms.sql
mysql -u $DBUSER -p$DBPASS -h $DBHOST -P $DBPORT $DBNAME < db/playsms.sql >/dev/null 2>&1
echo -n .
cp $PATHWEB/config-dist.php $PATHWEB/config.php
echo -n .
Expand Down

0 comments on commit 46408f7

Please sign in to comment.