Skip to content

Commit

Permalink
Add logrotate - Issue #114
Browse files Browse the repository at this point in the history
  • Loading branch information
joglomedia committed Sep 16, 2021
1 parent feb40c4 commit bdfad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Since Version : 1.0.0

# Include helper functions.
if [ "$(type -t run)" != "function" ]; then
if [[ "$(type -t run)" != "function" ]]; then
BASEDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
# shellcheck disable=SC1091
. "${BASEDIR}/helper.sh"
Expand Down

0 comments on commit bdfad44

Please sign in to comment.