mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "92452db3e5c21d5be4e9a074929e3a8ba7c69e88" and "b66590f976ad2824a4d4474b332ac6bc7a66cec8" have entirely different histories.
92452db3e5
...
b66590f976
|
@ -12,13 +12,6 @@ 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