Files
Helper-Scripts-ProxmoxVE/ct
MickLesk ebf755031b fix: set HOME=/root for rbenv installs to prevent path mismatch
When running in certain LXC environments (e.g. systems with desktop
packages or non-en locales), the HOME variable may resolve to '/'
instead of '/root'. rbenv installs to $HOME/.rbenv, so if HOME is
wrong it ends up in /.rbenv while all service files and PATH exports
hardcode /root/.rbenv, causing 'env: ruby: No such file or directory'.

Explicitly set HOME=/root for all setup_ruby calls that run as root,
and replace all $HOME/.rbenv references in PATH exports and install
steps with /root/.rbenv literals.

Affected scripts:
- ct/sure.sh + install/sure-install.sh (fixes #14479)
- ct/dawarich.sh + install/dawarich-install.sh
- ct/docuseal.sh + install/docuseal-install.sh

Also add TimeoutStartSec=300 to sure.service so db:prepare on first
start does not get killed by the default 90s systemd timeout.
2026-05-17 20:27:13 +02:00
..
2026-05-14 20:18:34 +02:00
2026-04-24 16:09:40 +02:00
2026-05-10 21:34:19 +02:00
2026-05-14 20:18:34 +02:00
2026-04-28 08:41:36 +02:00
2026-05-16 22:59:14 +02:00
2026-05-16 13:33:11 +10:00
2026-04-24 16:08:49 +02:00
2026-04-24 12:04:17 +02:00
2026-04-29 23:55:11 +02:00
2026-05-06 10:48:30 +02:00
2026-05-05 08:46:40 +02:00
2026-05-11 23:21:32 +02:00
2026-05-01 20:59:10 +02:00
2026-05-05 08:34:24 +02:00
2026-05-02 19:00:19 +02:00
2026-04-30 11:48:58 +02:00
2026-05-12 08:17:04 +02:00
2026-04-29 05:54:47 +02:00
2026-05-03 22:38:30 +02:00
2026-05-08 21:52:53 +02:00
2026-05-11 10:17:34 +02:00
2026-05-11 10:17:50 +02:00
2026-05-13 13:03:26 +02:00
2026-05-01 23:07:30 +02:00
2026-04-28 09:18:27 +02:00
2026-05-05 08:33:46 +02:00
2026-05-01 22:44:29 +02:00
2026-05-12 20:35:59 +02:00
2026-05-02 19:00:06 +02:00
2026-05-12 20:35:59 +02:00
2026-05-10 23:28:27 +02:00
2026-05-12 20:35:59 +02:00