diff --git a/mephisto/abstractions/architects/ec2/run_scripts/node/init_server.sh b/mephisto/abstractions/architects/ec2/run_scripts/node/init_server.sh index dcc734ed9..c1c75f220 100644 --- a/mephisto/abstractions/architects/ec2/run_scripts/node/init_server.sh +++ b/mephisto/abstractions/architects/ec2/run_scripts/node/init_server.sh @@ -7,7 +7,7 @@ sudo yum install -y httpd >> /home/ec2-user/routing_server/setup/setup_log.txt 2 echo "Downloading Node..." curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash >> /home/ec2-user/routing_server/setup/setup_log.txt 2>&1 . ~/.nvm/nvm.sh >> /home/ec2-user/routing_server/setup/setup_log.txt 2>&1 -nvm install node >> /home/ec2-user/routing_server/setup/setup_log.txt 2>&1 +nvm install v16.14.2 >> /home/ec2-user/routing_server/setup/setup_log.txt 2>&1 echo "Installing router modules..." cd /home/ec2-user/routing_server/router/ diff --git a/mephisto/operations/operator.py b/mephisto/operations/operator.py index 5d7cd29cd..c5f175409 100644 --- a/mephisto/operations/operator.py +++ b/mephisto/operations/operator.py @@ -413,7 +413,7 @@ def shutdown(self, skip_input=True): ) def cant_cancel_expirations(self, sig, frame): - logging.warn( + logger.warn( "Ignoring ^C during unit expirations. ^| if you NEED to exit and you will " "have to clean up units that hadn't been expired afterwards." )