Restart after resetting git install

This commit is contained in:
JonnyWong16 2020-03-06 15:26:26 -08:00
parent 42e33a0468
commit 8d67cc4c5a
5 changed files with 18 additions and 13 deletions

View file

@ -263,6 +263,8 @@ def main():
plexpy.shutdown(restart=True)
elif plexpy.SIGNAL == 'checkout':
plexpy.shutdown(restart=True, checkout=True)
elif plexpy.SIGNAL == 'reset':
plexpy.shutdown(restart=True, reset=True)
else:
plexpy.shutdown(restart=True, update=True)