diff --git a/livekitlib b/livekitlib index 9961a9e..57f69fa 100644 --- a/livekitlib +++ b/livekitlib @@ -377,7 +377,7 @@ copy_rootcopy_content() if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then echo_green_star echo "Copying content of rootcopy directory..." - cp -a "$1/rootcopy/*" "$2" + cp -a "$1"/rootcopy/* "$2" fi }