mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 15:38:43 +00:00
Fix file sourcing
This commit is contained in:
@@ -32,7 +32,7 @@ BASEDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
|
||||
|
||||
# Include helper functions.
|
||||
if [ "$(type -t run)" != "function" ]; then
|
||||
. scripts/helper.sh
|
||||
. ./scripts/helper.sh
|
||||
fi
|
||||
|
||||
# Make sure only root can run this installer script.
|
||||
|
||||
Reference in New Issue
Block a user