Remove busybox package dependencies

This commit is contained in:
df 2020-11-05 16:16:43 +00:00
parent 7da9ca930a
commit 40c7ebcf89
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ switch $action {
if {$mode eq "cut"} {
catch {file rename $path "$dir/$file"}
} else {
catch {puts [exec /mod/bin/busybox/cp -r \
catch {puts [exec cp -r \
$path $dir]}
}
} elseif {[string match {*.ts} $path]} {