From 3399047b0fb9b7483e9b29127eab4145a2b6c2e6 Mon Sep 17 00:00:00 2001 From: kritzl Date: Thu, 5 Sep 2024 21:14:05 +0200 Subject: [PATCH] fix copy command --- startup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index a5a1542..ec747ee 100644 --- a/startup.sh +++ b/startup.sh @@ -1,6 +1,7 @@ #! /bin/bash cp /conf/* /usr/local/etc/yate/ -cp -r /data /usr/local/share/yate +mkdir -p /usr/local/share/yate +cp -r /data/* /usr/local/share/yate/ yate -vvv -Do