diff --git a/actions/pagekite b/actions/pagekite index a32f4af66..ae170d2e4 100755 --- a/actions/pagekite +++ b/actions/pagekite @@ -61,6 +61,10 @@ def parse_arguments(): def subcommand_get_config(_): """Print the current configuration as JSON dictionary.""" + if aug.match(PATHS['abort_not_configured']): + aug.remove(PATHS['abort_not_configured']) + aug.save() + if aug.match(PATHS['defaults']): frontend = 'pagekite.net' else: