Commit e4b36088 authored by allan's avatar allan

Update edison-oaps.sh

parent 9909b1e9
#!/bin/bash
set -e
read -p "enter PNV username: " -r
read -p "enter PNV USER ID: " -r
unm=$REPLY
echo $unm > /etc/hostname
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