mirror of
https://github.com/Heleguo/lede.git
synced 2026-01-06 12:57:51 +00:00
5 lines
216 B
Batchfile
5 lines
216 B
Batchfile
@echo off
|
|
If Not Exist "userapiconfig.py" Copy "apiconfig.py" "userapiconfig.py"
|
|
If Not Exist "user-config.json" Copy "config.json" "user-config.json"
|
|
If Not Exist "usermysql.json" Copy "mysql.json" "usermysql.json"
|