mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fixing wrong port number shown in wekan.help
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
fcd83ea7bd
commit
ad1a181f6d
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# first read settings
|
||||
source $SNAP/bin/wekan-read-settings &>/dev/null
|
||||
if [ "$CADDY_ENABLED" = "true" ]; then
|
||||
# tweak port nunmber as it has been remapped
|
||||
export PORT=${CADDY_PORT} &>/dev/null
|
||||
fi
|
||||
|
||||
echo -e "Wekan: The open-source Trello-like kanban.\n"
|
||||
echo -e "Make sure you have connected all interfaces, check more by calling $ snap interfaces"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue