Files
federatedwiki/install.sh
2021-10-23 15:27:48 +02:00

12 lines
203 B
Bash

#!/bin/sh
if [ ! -f .wiki/config.json ]; then
cp config/config.json .wiki/config.json
fi
if [ ! -f .wiki/config.owner.json ]; then
cp config/config.owner.json .wiki/config.owner.json
fi
wiki --farm