1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-27 22:50:18 +00:00

Update npmplus-install.sh

This commit is contained in:
CanbiZ 2025-03-13 17:35:37 +01:00 committed by GitHub
parent c59c796774
commit 09cca74147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,5 +103,5 @@ for i in {1..60}; do
exit 0
fi
sleep 2
[[ $i -eq 60 ]] && echo -e "Failed to retrieve default login credentials." && exit 1
[[ $i -eq 60 ]] && echo -e "Failed to retrieve default login credentials. Please try it manually (docker ps, docker logs)" && exit 1
done