Compare commits

..

2 Commits

Author SHA1 Message Date
Michel Roegl-Brunner
025ee51a5d Increase HDD resource allocation from 5 to 10 2026-03-11 09:31:32 +01:00
Michel Roegl-Brunner
34d97ea8df Increase default disk variable from 5 to 10 2026-03-11 09:31:02 +01:00
2 changed files with 1 additions and 8 deletions

View File

@@ -422,13 +422,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
## 2026-03-11
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- Tracearr: Increase default disk variable from 5 to 10 [@michelroegl-brunner](https://github.com/michelroegl-brunner) ([#12762](https://github.com/community-scripts/ProxmoxVE/pull/12762))
- Fix Wireguard Dashboard update [@odin568](https://github.com/odin568) ([#12767](https://github.com/community-scripts/ProxmoxVE/pull/12767))
### 🧰 Tools
- #### ✨ New Features

View File

@@ -37,7 +37,7 @@ function update_script() {
if [[ -d /etc/wgdashboard ]]; then
sleep 2
cd /etc/wgdashboard/src
$STD ./wgd.sh update -y
$STD ./wgd.sh update
$STD ./wgd.sh start
fi
msg_ok "Updated LXC"