Skip to content

Commit

Permalink
Update setweb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son authored Nov 13, 2022
1 parent c03c8cb commit e7a1878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo service nginx start

sudo sed -i "s/<\/title>/<\/title><meta http-equiv=\"refresh\" content=\"1\">/g" /var/www/html/index.nginx-debian.html

sudo sed -i "s/<h1>Welcome to nginx!/<h1><br><br>Welcome to Cloud-Barista<br><br><br>My IP is `curl https://api.ipify.org`<br><br>/g" /var/www/html/index.nginx-debian.html
sudo sed -i "s/<h1>Welcome to nginx!/<h1><br><br>Welcome to Cloud-Barista<br><br>Host IP is<br>`curl https://api.ipify.org`<br><br>/g" /var/www/html/index.nginx-debian.html

sudo sed -i "s/Commercial support is available at/<h2>Check CB-Tumblebug MCIS VM Location<\/h2>/g" /var/www/html/index.nginx-debian.html

Expand Down

0 comments on commit e7a1878

Please sign in to comment.