This commit is contained in:
HikariKnight 2023-04-09 04:23:16 +02:00
parent 3ac5958015
commit efd8ae0f97

View file

@ -112,6 +112,7 @@ func InitConfigs() {
if _, err := os.Stat(conffile); !errors.Is(err, os.ErrNotExist) { if _, err := os.Stat(conffile); !errors.Is(err, os.ErrNotExist) {
header := readHeader(4, sysfile) header := readHeader(4, sysfile)
fileio.AppendContent(header, conffile) fileio.AppendContent(header, conffile)
// TODO: Generalize this to a meta function
addModules(conffile) addModules(conffile)
} }