Add flag '-B' if rcopy_manual.sh was called; fix error if onlx netdirs should be saved.

This commit is contained in:
2024-01-29 15:21:31 +01:00
parent 2a6ab0d97a
commit 041fc50d5d
4 changed files with 284 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
script_dir=$(realpath `dirname $0`)
$script_dir/rcopy.sh -m $*
$script_dir/rcopy.sh -m -B $*
exit $?