We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b774ad3 commit 57b5852Copy full SHA for 57b5852
install/npmplus-install.sh
@@ -100,7 +100,6 @@ for i in {1..60}; do
100
PASSWORD=$(echo "$PASSWORD_LINE" | awk -F 'password: ' '{print $2}')
101
echo -e "username: [email protected]\npassword: $PASSWORD" >/opt/.npm_pwd
102
msg_ok "Saved default login to /opt/.npm_pwd"
103
- return 0
104
fi
105
sleep 2
106
done
0 commit comments