mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
b66590f976
...
92452db3e5
Author | SHA1 | Date |
---|---|---|
tteckster | 92452db3e5 | |
tteckster | d26e474ccb |
|
@ -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.
|
- 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
|
## 2024-07-26
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -117,7 +117,7 @@ network_check() {
|
||||||
trap - ERR
|
trap - ERR
|
||||||
ipv4_connected=false
|
ipv4_connected=false
|
||||||
ipv6_connected=false
|
ipv6_connected=false
|
||||||
|
sleep 1
|
||||||
# Check IPv4 connectivity
|
# Check IPv4 connectivity
|
||||||
if ping -c 1 -W 1 1.1.1.1 &>/dev/null; then
|
if ping -c 1 -W 1 1.1.1.1 &>/dev/null; then
|
||||||
msg_ok "IPv4 Internet Connected";
|
msg_ok "IPv4 Internet Connected";
|
||||||
|
|
Loading…
Reference in New Issue