2
0

feat: link host /tmp to mysql/tmp

This commit is contained in:
simonzhangsz
2024-12-11 10:34:35 +08:00
parent 3b7c6e6715
commit 1621fe49e4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -40,6 +40,7 @@ nbdist/
*.log
*.xml.versionsBackup
*.swp
tmp
!*/build/*.java
!*/build/*.html

View File

@@ -12,6 +12,7 @@ echo "begin copy sql "
cp ../sql/wfc_config_db/wfc_config_db.sql ./mysql/db
cp ../sql/wfc_system_db/wfc_system_db.sql ./mysql/db
cp ../sql/wfc_user_db/wfc_user_db.sql ./mysql/db
ln -sf /tmp ./mysql/
# copy html
echo "begin copy system html "