core/services/nextcloud/setup.sh

4 lines
56 B
Bash
Raw Normal View History

2022-06-28 07:23:31 +02:00
#!/bin/sh
mkdir -p ./data/{app,db}
2022-06-28 08:22:20 +02:00
cp .env.example .env