diff --git a/zx b/zx index e4a7dc8..d068cbe 100755 --- a/zx +++ b/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().