You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it expected to have twice the same output lines in check-config.sh from a new fresh v1.8.2 installation ?
Actual output
# ==============================================================================
# Checking git
# ==============================================================================
[INFO] git is clean
# ==============================================================================
# Checking .env file
# ==============================================================================
[SUCC] .env file exists
[SUCC] .env file is readable
[SUCC] All variables are present in .env file
[SUCC] No variables is duplicated in .env file
# ==============================================================================
# Checking .env file values
# ==============================================================================
[SUCC] All .env file variables have correct values
[SUCC] All .env file variables have correct values
# ==============================================================================
# Checking required directories
# ==============================================================================
[SUCC] All PHP cfg/ sub directories are present
[SUCC] All PHP log/ sub directories are present
[SUCC] All PHP mod/ sub directories are present
[SUCC] All HTTPD cfg/ sub directories are present
[SUCC] All HTTPD log/ sub directories are present
# ==============================================================================
# Checking directory permissions
# ==============================================================================
[SUCC] All devilbox directories have correct permissions
[SUCC] All devilbox directories have correct uid
[SUCC] All devilbox directories have correct gid
# ==============================================================================
# Checking file permissions
# ==============================================================================
[SUCC] All devilbox files have correct permissions
[SUCC] All devilbox files have correct uid
[SUCC] All devilbox files have correct gid
# ==============================================================================
# Checking projects
# ==============================================================================
[SUCC] All project dirs have correct permissions
[SUCC] All project dirs have correct uid
[SUCC] All project dirs have correct gid
# ==============================================================================
# SUMMARY
# ==============================================================================
[SUCC] Found no errors
[INFO] Ensure to run 'docker-compose stop; docker-compose rm -f' when .env was changed
Goal
Removed dupplicated line
# ==============================================================================
# Checking .env file values
# ==============================================================================
[SUCC] All .env file variables have correct values
[SUCC] All .env file variables have correct values
ISSUE TYPE
SUMMARY
Is it expected to have twice the same output lines in
check-config.sh
from a new fresh v1.8.2 installation ?Actual output
Goal
Removed dupplicated line
One from https://github.com/cytopia/devilbox/blob/v1.8.2/check-config.sh#L197
and other one from https://github.com/cytopia/devilbox/blob/v1.8.2/check-config.sh#L281
The text was updated successfully, but these errors were encountered: