...more path updates
This commit is contained in:
parent
016013d180
commit
124e9e547d
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ ask "insert demo data in to database?" n
|
|||
if [ "$REPLY" == "y" ]; then
|
||||
get_admin
|
||||
get_db_name
|
||||
cat $vzdir/share/sql/demo/entities.sql $vzdir/share/sql/demo/properties.sql $vzdir/share/sql/demo/data-demoset1.sql |
|
||||
cat $vzdir/misc/sql/demo/entities.sql $vzdir/misc/sql/demo/properties.sql $vzdir/misc/sql/demo/data-demoset1.sql |
|
||||
mysql -h$db_host -u$db_admin_user -p$db_admin_pass $db_name
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue