Skip to content

Commit 0b843c1

Browse files
committed
Fix copying the models
1 parent 4ff7467 commit 0b843c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ install-system: init
6969
sudo cp config/hailo-config.toml /usr/local/etc/detectionator/config.toml
7070
sudo chown --recursive root:root /usr/local/etc/detectionator
7171
sudo mkdir --parents /usr/local/share/detectionator/
72-
sudo cp --recursive models /usr/local/share/detectionator/models
72+
sudo cp models/* /usr/local/share/detectionator/models
7373
sudo chown --recursive root:root /usr/local/share/detectionator
7474
sudo mkdir /var/log/detectionator
7575
sudo chown detectionator:detectionator /var/log/detectionator

0 commit comments

Comments
 (0)