1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Added mount rule

$ mount /dev/sda2 /mnt/var
mount: only root can do that
This commit is contained in:
cubuspl42 2015-06-04 18:38:09 +02:00
parent ce922758a4
commit f55fa35ebf

View File

@ -12,7 +12,8 @@ patterns = ['permission denied',
'must be run as root',
'must be superuser',
'Need to be root',
'you must be root to run this program.']
'you must be root to run this program.',
'only root can do that']
def match(command, settings):