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],
|
Targets = [filename:basename(ConfPath) | RealmKeyPaths ++ PackageKeyPaths],
|
||||||
OutFile = filename:join(CWD, Realm ++ ".zrf"),
|
OutFile = filename:join(CWD, Realm ++ ".zrf"),
|
||||||
ok = erl_tar:create(OutFile, Targets, [compressed]),
|
ok = erl_tar:create(OutFile, Targets, [compressed]),
|
||||||
ok = log(info, "Realm file written to ~ts", [OutFile]),
|
ok = log(info, "Realm conf file written to ~ts", [OutFile]),
|
||||||
halt(0).
|
create_realmfile(Realm).
|
||||||
|
|
||||||
|
|
||||||
-spec create_sysop() -> no_return().
|
-spec create_sysop() -> no_return().
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user