We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee8f93 commit d78b4d0Copy full SHA for d78b4d0
setup/system/hostname-setup.sh
@@ -70,7 +70,7 @@ while true; do
70
echo "2️⃣ Updating /etc/hosts..."
71
72
# Backup /etc/hosts
73
- sudo cp /etc/hosts /etc/hosts.backup.$(date +%Y%m%d%H%M%S)
+ sudo cp /etc/hosts "/etc/hosts.backup.$(date +%Y%m%d%H%M%S)"
74
75
# Replace old hostname with new hostname in /etc/hosts
76
# Handle both 127.0.1.1 format and other variations
0 commit comments