fix typo: fstab -> mount
This commit is contained in:
parent
99136245c4
commit
6cfb4cdccf
|
@ -15,7 +15,7 @@ file '/etc/fstab' do
|
|||
|
||||
not_if 'grep /var/www/blog /etc/fstab'
|
||||
|
||||
notifies :run, 'execute[fstab -a]'
|
||||
notifies :run, 'execute[mount -a]'
|
||||
end
|
||||
|
||||
execute 'mount -a' do
|
||||
|
|
Loading…
Reference in New Issue