wip
This commit is contained in:
parent
e60a5d4191
commit
c37da63bdc
4
zx
4
zx
@ -1818,8 +1818,8 @@ create_realmfile(Realm, ConfPath, RealmKeyIDs, PackageKeyIDs) ->
|
||||
Targets = [filename:basename(ConfPath) | RealmKeyPaths ++ PackageKeyPaths],
|
||||
OutFile = filename:join(CWD, Realm ++ ".zrf"),
|
||||
ok = erl_tar:create(OutFile, Targets, [compressed]),
|
||||
ok = log(info, "Realm file written to ~ts", [OutFile]),
|
||||
halt(0).
|
||||
ok = log(info, "Realm conf file written to ~ts", [OutFile]),
|
||||
create_realmfile(Realm).
|
||||
|
||||
|
||||
-spec create_sysop() -> no_return().
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user