mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 08:50:28 +03:00
better error message in publish when repo_key is not set
This commit is contained in:
parent
e5acdee21e
commit
788c8f97fd
4 changed files with 42 additions and 19 deletions
|
|
@ -157,6 +157,8 @@ def main():
|
|||
logging.critical(_('Java JDK not found! Install in standard location or set java_paths!'))
|
||||
sys.exit(1)
|
||||
|
||||
common.assert_config_keystore(config)
|
||||
|
||||
log_dir = 'logs'
|
||||
if not os.path.isdir(log_dir):
|
||||
logging.info(_("Creating log directory"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue