We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0414f commit a49c371Copy full SHA for a49c371
build-scripts/file-install.sh
@@ -229,7 +229,7 @@ install_tools-v2() {
229
mkdir -p $project_prefix/conf
230
wget -O "$project_prefix/sbin/dingo" $tools_v2_dingo_file
231
chmod +x "$project_prefix/sbin/dingo"
232
- copy_file "confv2/dingo.yaml" "$g_prefix/conf"
+ copy_file "conf/dingo.yaml" "$g_prefix/conf"
233
}
234
235
install_scripts() {
0 commit comments