From 143558b56f0a96bdf01715b613632c334bae86db Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 23 Aug 2021 00:32:06 +0200 Subject: [PATCH] Avoid `cp` usage error --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1cd1992..22874b9 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ if [ ! -f .wiki/config.json ]; then fi 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 wiki --farm --security_type=friends