second attempt to fix
This commit is contained in:
parent
02c22091b4
commit
8858b7a81b
2
init.py
2
init.py
|
|
@ -5,7 +5,7 @@ from config import bcolors
|
|||
|
||||
#Create motd entry
|
||||
#try:
|
||||
motdscript = open('/etc/update-motd/stats', 'w')
|
||||
motdscript = open('/etc/update-motd/stats', 'w')
|
||||
#except:
|
||||
# print('[' + bcolors.FULL + 'IMPORTANT' + bcolors.RESET + ']')
|
||||
# print('Make sure you run the program as root!')
|
||||
|
|
|
|||
Loading…
Reference in New Issue