Skip to content

Commit 57b5852

Browse files
authored
Update npmplus-install.sh
1 parent b774ad3 commit 57b5852

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/npmplus-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ for i in {1..60}; do
100100
PASSWORD=$(echo "$PASSWORD_LINE" | awk -F 'password: ' '{print $2}')
101101
echo -e "username: [email protected]\npassword: $PASSWORD" >/opt/.npm_pwd
102102
msg_ok "Saved default login to /opt/.npm_pwd"
103-
return 0
104103
fi
105104
sleep 2
106105
done

0 commit comments

Comments
 (0)