To change string in one directory using sed
sed -i ‘s/kng.com/vtu.com/g’ *.db
This would a single command for all files in folder with extensio n.db
To change string in one directory using sed
sed -i ‘s/kng.com/vtu.com/g’ *.db
This would a single command for all files in folder with extensio n.db
The User had removed his addon domain from cPanel.
However while adding back there was wrror coming up “A DNS entry for “rexxxxxxl.com” already exists”
T The issue is likely due to leftover DNS configurations from removed domains. Running the /scripts/cleandns script should correct the issue.
Running command /scripts/cleandns fixed the issue 🙂