Fix all shellcheck warnings

This commit is contained in:
Ayaz Salikhov
2021-05-21 15:49:49 +03:00
parent 3734d39090
commit c0ae562059
9 changed files with 19 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Setup environment
# shellcheck disable=SC1091
source "$DIR/env.sh"
# Build the notebook image

View File

@@ -5,6 +5,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Setup environment
# shellcheck disable=SC1091
source "$DIR/env.sh"
# Bring down the notebook container, using container name as project name

View File

@@ -10,7 +10,7 @@
export NAME
# Exposed container port
: ${PORT:=80}
: "${PORT:=80}"
export PORT
# Container work volume name

View File

@@ -58,6 +58,7 @@ else
fi
# Setup environment
# shellcheck disable=SC1091
source "$DIR/env.sh"
# Create a Docker volume to store notebooks