Skip to content

Commit 0e43e77

Browse files
droscysumpfralle
authored andcommitted
Plugin timesync_status: add support for 'fetch' command
1 parent 0791c99 commit 0e43e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/systemd/timesync_status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def config():
132132

133133

134134
if __name__ == '__main__':
135-
if len(sys.argv) == 1:
135+
if len(sys.argv) == 1 or sys.argv[1] == 'fetch':
136136
retrieve()
137137
elif sys.argv[1] == 'config':
138138
config()

0 commit comments

Comments
 (0)