From 02c22091b4c3cc7e579ad39c86d763b96fd46606 Mon Sep 17 00:00:00 2001 From: Stefan Weijers Date: Sun, 25 Jul 2021 21:43:56 +0200 Subject: [PATCH] attempt to fix --- init.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.py b/init.py index 19ed793..da68dfb 100644 --- a/init.py +++ b/init.py @@ -4,12 +4,12 @@ import os from config import bcolors #Create motd entry -try: +#try: motdscript = open('/etc/update-motd/stats', 'w') -except: - print('[' + bcolors.FULL + 'IMPORTANT' + bcolors.RESET + ']') - print('Make sure you run the program as root!') - quit() +#except: +# print('[' + bcolors.FULL + 'IMPORTANT' + bcolors.RESET + ']') +# print('Make sure you run the program as root!') +# quit() cwd = os.getcwd()