diff options
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-x | docker/entrypoint.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index fc3417b..786bcc6 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -12,7 +12,6 @@ script_dir="$( dirname -- "${BASH_SOURCE[0]}" )" script_dir="$( cd -- "$script_dir" && pwd )" readonly script_dir -readonly base_dir=/usr/src readonly cfg_path=/etc/cgitize/cgitize.toml secure_repo_dir() { |