Modify the path to the `Moments` directory.

This commit is contained in:
Kazuhiro MUSASHI 2021-08-13 11:19:33 +09:00
parent 91a831f5f3
commit 0d607fb1e9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ file '/etc/fstab' do
action :edit
block do |content|
content << "//192.168.10.200/homes/kazu634/Drive/Moments /mnt/img cifs username=admin,password=Holiday88,uid=root,gid=root,file_mode=0777,dir_mode=0777,vers=3.0,_netdev 0 0\n"
content << "//192.168.10.200/homes/kazu634/Photos/Moments /mnt/img cifs username=admin,password=Holiday88,uid=root,gid=root,file_mode=0777,dir_mode=0777,vers=3.0,_netdev 0 0\n"
end
not_if 'grep Moments /etc/fstab'