make executable

This commit is contained in:
Cyberes 2024-02-28 10:04:13 -07:00
parent 9cf6a45412
commit d1bcb71eea
1 changed files with 1 additions and 1 deletions

2
check_systemd_timer.py Normal file → Executable file
View File

@ -45,7 +45,7 @@ def check_timer(timer_name):
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('-t', '--timer', required=True, help='The name of the timer to check')
parser.add_argument('-t', '--timer', required=True, help='The name of the timer to check.')
args = parser.parse_args()
try: