Skip to content
Snippets Groups Projects
Commit fccca55d authored by Bob Mottram's avatar Bob Mottram
Browse files

Use full path

parent b7ec3b77
No related branches found
No related tags found
No related merge requests found
......@@ -628,7 +628,7 @@ function install_htmly_from_repo {
git_clone $HTMLY_REPO htdocs
fi
cd htdocs || exit 3479835
cd "/var/www/$HTMLY_DOMAIN_NAME/htdocs" || exit 3479835
git checkout $HTMLY_COMMIT -b $HTMLY_COMMIT
set_completion_param "htmly commit" "$HTMLY_COMMIT"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment