Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed getting the PORT of the current rocketchat installation in get_… #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 31, 2021

  1. Fixed getting the PORT of the current rocketchat installation in get_…

    …rocketchat_current_version() fixing issue-RocketChat#37
    
    In the function get_rocketchat_current_version() the PORT of the current rocketchat installation was not obtained correctly as the previous code depends on the location of the PORT definition in the corresponding line in /lib/systemd/system/rocketchat.service. As the location of the PORT in that string might vary the code must be able to obtain the PORT value regardless of the location. Fixing issue-RocketChat#37
    oussjarrousse committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b62770c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    ba03963 View commit details
    Browse the repository at this point in the history