mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Fix typo in message.
This commit is contained in:
@@ -114,7 +114,7 @@ def daemonize_self(module, password, port, minutes):
|
||||
if pid > 0:
|
||||
log("exiting pid %s" % pid)
|
||||
# exit first parent
|
||||
module.exit_json(msg="daemonzed fireball on port %s for %s minutes" % (port, minutes))
|
||||
module.exit_json(msg="daemonized fireball on port %s for %s minutes" % (port, minutes))
|
||||
except OSError, e:
|
||||
log("fork #1 failed: %d (%s)" % (e.errno, e.strerror))
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user