Merge pull request 'Change mount behavior.' (#81) from change-mount-behavior into master

Reviewed-on: #81
This commit is contained in:
Kazuhiro MUSASHI 2021-06-19 20:20:15 +09:00
commit 8f4229d950

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