Compare commits

...
Author SHA1 Message Date
MickLesk 935924b329 iventoy: run iventoy.sh with bash instead of dash 2026-09-05 12:25:00 +02:00
community-scripts-pr-app[bot]andgithub-actions[bot] bcb82ac446 Update CHANGELOG.md (#17032)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:05:20 +00:00
community-scripts-pr-app[bot]andgithub-actions[bot] eeafdafcd0 Update CHANGELOG.md (#17031)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:05:10 +00:00
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -536,6 +536,7 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- #### 🐞 Bug Fixes
- snapotter: seed AI venv base packages on arm64, warn amd64 has no working CPU bundle [@MickLesk](https://github.com/MickLesk) ([#16903](https://github.com/community-scripts/ProxmoxVE/pull/16903))
- tolgee: bump required JDK from 21 to 25 [@MickLesk](https://github.com/MickLesk) ([#17005](https://github.com/community-scripts/ProxmoxVE/pull/17005))
- romm: write real version into backend/__version__.py placeholder [@MickLesk](https://github.com/MickLesk) ([#17009](https://github.com/community-scripts/ProxmoxVE/pull/17009))
+2 -2
View File
@@ -31,8 +31,8 @@ Environment=IVENTOY_API_ALL=1
Environment=IVENTOY_AUTO_RUN=1
Environment=LIBRARY_PATH=/opt/iventoy/lib/lin64
Environment=LD_LIBRARY_PATH=/opt/iventoy/lib/lin64
ExecStart=/bin/sh /opt/iventoy/iventoy.sh -R start
ExecStop=/bin/sh /opt/iventoy/iventoy.sh stop
ExecStart=/bin/bash /opt/iventoy/iventoy.sh -R start
ExecStop=/bin/bash /opt/iventoy/iventoy.sh stop
Restart=on-failure
RestartSec=5