Skip to content

fixes remaining script issues for this to become a working installation#4

Merged
ralflang merged 1 commit intohorde:masterfrom
powercycle:horde-support-script-fixes
Mar 17, 2026
Merged

fixes remaining script issues for this to become a working installation#4
ralflang merged 1 commit intohorde:masterfrom
powercycle:horde-support-script-fixes

Conversation

@powercycle
Copy link
Contributor

Modified the runuser commands to use -l instead of -u and included the needed environment variables with -w.

Additionally, the sym links in /usr/local/bin are not available to the entrypoint environment, so just used the tools directory where these files reside.

Modified:

  • horde-entrypoint.sh to check proper git dir for existence
  • FIX: change scripts referred to from horde-entrypoint.sh to use /usr/local/tools for the runuser commands.

…e needed environment variables with -w.

Additionally, the sym links in /usr/local/bin are not available to the entrypoint environment, so just used the tools directory where these files reside.

Modified:
 - horde-entrypoint.sh to check proper git dir for existence
 - scripts referred to from horde-entrypoint to use /usr/local/tools for the runuser commands.
@ralflang ralflang self-requested a review March 17, 2026 05:12
fi

if [ ! -d /srv/git/horde ]; then
if [ ! -d /srv/git/git ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks suspiciously like "we should remove literal "git" from the path.

@ralflang ralflang merged commit c45d340 into horde:master Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants