fix copy command
This commit is contained in:
parent
fe6d795e16
commit
3399047b0f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue