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.
2 parents bad854f + 52b87b5 commit c5f2c05Copy full SHA for c5f2c05
scriptmodules/supplementary/skyscraper.sh
@@ -46,6 +46,7 @@ function install_skyscraper() {
46
'hints.txt'
47
'import'
48
'resources'
49
+ 'cache/priorities.xml.example'
50
)
51
}
52
@@ -231,6 +232,10 @@ function _init_config_skyscraper() {
231
232
mkUserDir "$md_conf_dir/import/$folder"
233
done
234
cp -rf "$md_inst/import" "$md_conf_dir"
235
+
236
+ # Create the cache folder and add the sample 'priorities.xml' file to it
237
+ mkdir -p "$md_conf_dir/cache"
238
+ cp -f "$md_inst/priorities.xml.example" "$md_conf_dir/cache"
239
240
241
# Scrape one system, passed as parameter
0 commit comments