Skip to content

Commit 21df6c8

Browse files
committed
Added sanity parameter restarted to the updater (even if not needed)
1 parent 6c0cbdd commit 21df6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/commandline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
help="don't start DCSServerBot after the update")
2727
parser.add_argument('-i', '--install', action='store_true', default=False,
2828
help='Install requirements.txt only')
29+
parser.add_argument('-r', '--restarted', action='store_true', help='Indicates if the bot was restarted')
2930
elif program == 'install.py':
3031
parser.add_argument('-n', '--node', help='Node name', default=platform.node())
3132
parser.add_argument('-u', '--user', help='Database username', default='dcsserverbot')

0 commit comments

Comments
 (0)