Commit e4b36088 authored by allan's avatar allan

Update edison-oaps.sh

parent 9909b1e9
#!/bin/bash #!/bin/bash
set -e set -e
read -p "enter PNV username: " -r read -p "enter PNV USER ID: " -r
unm=$REPLY unm=$REPLY
echo $unm > /etc/hostname echo $unm > /etc/hostname
sed -r -i"" "s/localhost( jubilinux)?$/localhost $unm/" /etc/hosts sed -r -i"" "s/localhost( jubilinux)?$/localhost $unm/" /etc/hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment