Drop direct execution

The os-refresh-config command is now installed automatically, so we
don't expect users may execute the python file directly.

Change-Id: I97ccfa8bb94d9f3f2b64c3d378f640c29c4cb020
This commit is contained in:
Takashi Kajinami 2023-11-30 10:45:00 +09:00
parent f3c941cc22
commit 3cd7e04e13
1 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright 2013 Hewlett-Packard Development Company, L.P.
# All Rights Reserved.
#
@ -159,7 +158,3 @@ def main(argv=sys.argv):
log.debug('No dir for phase %s' % phase)
return exit(lock)
if __name__ == '__main__':
sys.exit(main(sys.argv))