mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
4 lines
79 B
Bash
4 lines
79 B
Bash
#!/bin/bash
|
|
source .env
|
|
mkdir -p "$STORAGE_PATH"/fireflyiii/{export,db,upload}
|