This commit is contained in:
Kovid Goyal 2007-05-15 04:54:01 +00:00
parent fbccb944d7
commit 61c7035c3f

View File

@ -485,7 +485,7 @@ if os.access('/etc/udev/rules.d', os.W_OK):
print 'success' print 'success'
except: except:
try: try:
check_call('/etc/init.d/udev reload, shell=True') check_call('/etc/init.d/udev reload', shell=True)
print 'success' print 'success'
except: except:
print >>sys.stderr, "Couldn't reload udev, you may have to reboot" print >>sys.stderr, "Couldn't reload udev, you may have to reboot"