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

Add shellcheck #77

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

Commits on Nov 7, 2022

  1. Added support for a new env variable that sets the listen port

    This will enable vsftpd to set listen port higher than 1024 if required
    so that we can run the container using podman in rootless mode.
    osadalakmal committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0d0b1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d04ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0323bee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3140f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Added shellcheck as a github action

    Also fixed the issues identified by running shellcheck manually.
    osadalakmal committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    76da763 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. corrected syntax

    osadalakmal authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    1dbc885 View commit details
    Browse the repository at this point in the history
  2. Add env as well

    osadalakmal authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    18c95e6 View commit details
    Browse the repository at this point in the history