Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 92452db3e5
Update CHANGELOG.md 2024-08-06 15:32:57 -04:00
tteckster d26e474ccb
Update install.func
add a one second delay before checking internet connectivity
2024-08-06 13:25:55 -04:00
2 changed files with 8 additions and 1 deletions

View File

@ -12,6 +12,13 @@ Be cautious of copycat or coat-tailing sites that exploit the project's populari
- All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2024-08-06
### Changed
- **lldap LXC** [(View Source)](https://github.com/tteck/Proxmox/blob/main/install/lldap-install.sh)
- NEW Script
## 2024-07-26
### Changed

View File

@ -117,7 +117,7 @@ network_check() {
trap - ERR
ipv4_connected=false
ipv6_connected=false
sleep 1
# Check IPv4 connectivity
if ping -c 1 -W 1 1.1.1.1 &>/dev/null; then
msg_ok "IPv4 Internet Connected";