Change `mount` behavior.

This commit is contained in:
Kazuhiro MUSASHI 2021-06-19 20:12:22 +09:00 committed by Gitea
parent c9b5850cbb
commit 386d169530
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ file '/etc/fstab' do
not_if 'grep apt-mirror /etc/fstab'
end
execute 'mount -a' do
execute 'mount -a || true' do
not_if 'df -h | grep shared'
end