Skip to content

Commit

Permalink
Merge pull request #762 from facebookresearch/node-server-fix
Browse files Browse the repository at this point in the history
Locking node version to 16 current for EC2Architect
  • Loading branch information
JackUrb committed Apr 19, 2022
2 parents ac999aa + ccdc942 commit cb72908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion mephisto/operations/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
Expand Down

0 comments on commit cb72908

Please sign in to comment.