fix no auto defualt found

This commit is contained in:
Crimson Hawk 2024-07-12 21:55:40 +08:00
parent 8fe85a33e9
commit bb93e505a1
Signed by: CrimsonHawk
GPG key ID: 0804DD39BB9BF5AC

View file

@ -62,6 +62,10 @@ prepare() {
echo "Setting config..."
cp ../config .config
mkdir ./include
mkdir ./include/config
touch ./include/config/auto.conf
cp ../config ./include/config/auto.conf
#diff -u ../config .config || :