diff --git a/README.md b/README.md index aab9f41..847c60d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Octojoom - Easy Docker Deployment +

+Octojoom - Easy Joomla! Docker Deployment +

+ +Written by Llewellyn van der Merwe (@llewellynvdm) + With this script we can easily deploy docker containers of Joomla and Openssh. This combination of these tools give rise to a powerful and very secure shared development environment. This program has **command input** options as seen in the menus below, but these command are _not the only way_ to set these values. @@ -8,6 +13,8 @@ There are more than one .env file and the script will set those up for you whene the script will check if those values exist, and if they don't it will ask for them, and store them automatically for future use. That same time the output message to the terminal will show you where the specific .env file can be found. +Linted by [#ShellCheck](https://github.com/koalaman/shellcheck) + > program only for ubuntu/debian systems at this time (should you like to use it on other OS's please open and issue...) --- diff --git a/src/octojoom b/src/octojoom index b9ce5da..492a283 100755 --- a/src/octojoom +++ b/src/octojoom @@ -5320,7 +5320,7 @@ mkdir -p -m '700' "${VDM_SRC_PATH}" # first run switch VDM_FIRST_RUN=false # load the globals -# shellcheck disable=SC1090 +# shellcheck disable=SC1090 source=/dev/null [ -f "${VDM_SRC_PATH}/.env" ] && source "${VDM_SRC_PATH}/.env" # get repo path where store the container deploy scripts while [ ${#VDM_REPO_PATH} -le 1 ] || [ ! -d "${VDM_REPO_PATH}" ]; do