Avoid `cp` usage error

This commit is contained in:
3wc 2021-08-23 00:32:06 +02:00
parent 7f23cf3c9d
commit 143558b56f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [ ! -f .wiki/config.json ]; then
fi fi
if [ ! -f .wiki/config.owner.json ]; then if [ ! -f .wiki/config.owner.json ]; then
cp -n config/config.owner.json .wiki/config.owner.json cp config/config.owner.json .wiki/config.owner.json
fi fi
wiki --farm --security_type=friends wiki --farm --security_type=friends