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:
commit
7c3a397fae
|
@ -29,7 +29,7 @@ file '/etc/fstab' do
|
||||||
action :edit
|
action :edit
|
||||||
|
|
||||||
block do |content|
|
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
|
end
|
||||||
|
|
||||||
not_if 'grep Moments /etc/fstab'
|
not_if 'grep Moments /etc/fstab'
|
||||||
|
|
Loading…
Reference in New Issue