修复脚本

This commit is contained in:
木魚(iFish) 2021-08-03 17:44:56 +08:00
parent ae2dd3d785
commit c65f91ca77
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
cat conf/jdbouns.config >>.config
#!/bin/bash
sub=$(dirname $0)
cat $sub/conf/jdbouns.config >>.config

View File

@ -1,3 +1,5 @@
#!/bin/bash
cat conf/$1.config conf/base.config >.config
#!/bin/bash
sub=$(dirname $0)
cat $sub/conf/$1.config $sub/conf/base.config >.config