diff --git a/actions/pagekite b/actions/pagekite index 45a749255..b2d27a381 100755 --- a/actions/pagekite +++ b/actions/pagekite @@ -204,6 +204,8 @@ def subcommand_remove_service(arguments): if service_found: with open(filepath, 'w') as file: file.writelines(lines) + # abort to only allow deleting one service + break def get_existing_service_paths(service):