We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861ed97 commit 3bc62b1Copy full SHA for 3bc62b1
src/aznfswatchdogv4
@@ -292,7 +292,7 @@ process_nfsv4_mounts()
292
outfslocation=$(sed "s/${l_ip}/${new_ip}/g" $VIRTUALFSLOCATION)
293
#echo into virtualfslocation
294
295
- echo "outfslocation" > $VIRTUALFSLOCATION
+ echo $outfslocation > $VIRTUALFSLOCATION
296
#calculate new PID for file once lines are updated.
297
298
#daniewo then mv the file? or create new one at this point?
@@ -315,7 +315,7 @@ process_nfsv4_mounts()
315
chattr -f -i $MOUNTMAPv4
316
317
#update mountmapentry
318
- out=$(sed "s/$checksumHash/$checksumHash/" $MOUNTMAPv4)
+ out=$(sed "s/$l_checksumhash/$checksumHash/" $MOUNTMAPv4)
319
ret=$?
320
if [ $ret -eq 0 ]; then
321
#
0 commit comments