Skip to content
Snippets Groups Projects
Commit 17c54083 authored by Daniel Schulte's avatar Daniel Schulte
Browse files

Replaced "source ..." with ". ..." because ash doesn't know "source"

parent 09ee5113
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ LOGFUNCTIONSSOURCE="/scripts/casper-functions"
TARGET="/root"
if [ -e "${LOGFUNCTIONSSOURCE}" ]; then
source ${LOGFUNCTIONSSOURCE}
. ${LOGFUNCTIONSSOURCE}
else
echo "Warning: ${LOGFUNCTIONSSOURCE} does not exist. Cannot source casper functions!"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment