Update start.py
This commit is contained in:
committed by
GitHub
parent
d856b0eed4
commit
ed830d713d
8
start.py
8
start.py
@@ -131,7 +131,7 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
""")
|
""")
|
||||||
|
def main():
|
||||||
start_operation = not (args.stop or args.restart)
|
start_operation = not (args.stop or args.restart)
|
||||||
|
|
||||||
if args.build and not os.path.isfile("./Dockerfile"):
|
if args.build and not os.path.isfile("./Dockerfile"):
|
||||||
@@ -191,3 +191,9 @@ if not args.no_autostart:
|
|||||||
else:
|
else:
|
||||||
puts("Done! You can start/stop firegex with docker-compose up -d --build", color=colors.yellow)
|
puts("Done! You can start/stop firegex with docker-compose up -d --build", color=colors.yellow)
|
||||||
sep()
|
sep()
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
try:
|
||||||
|
main()
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
print()
|
||||||
|
|||||||
Reference in New Issue
Block a user