Merge pull request 'Modify the path to the `Moments` directory.' (#85) from modify-shared-dir-of-moments into master

Reviewed-on: #85
This commit is contained in:
Kazuhiro MUSASHI 2021-08-15 10:56:14 +09:00
commit 7c3a397fae
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'