--- loncom/cgi/takeonline.pl 2003/09/11 19:47:30 1.1 +++ loncom/cgi/takeonline.pl 2003/09/11 20:54:11 1.2 @@ -1,7 +1,7 @@ #!/usr/bin/perl # Take machine online # -# $Id: takeonline.pl,v 1.1 2003/09/11 19:47:30 www Exp $ +# $Id: takeonline.pl,v 1.2 2003/09/11 20:54:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,5 +28,6 @@ print "Content-type: text/html\n\n". "

Take Online

"; -system('mv /home/httpd/html/origindex.html /home/httpd/html/index.html'); +system('cp /home/httpd/html/origindex.html /home/httpd/html/index.html'); +system('rm /home/httpd/html/lon-status/reroute.txt'); print "";