From c37da63bdcd4870f5fa99d9dc1cacac6e9d2a943 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Wed, 29 Nov 2017 18:08:52 +0900 Subject: [PATCH] wip --- zx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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().