Update 99-run.sh

This commit is contained in:
Alexandre
2022-02-14 09:06:23 +01:00
committed by GitHub
parent f71df710bc
commit 99bc2d9d40

View File

@@ -15,7 +15,7 @@ fi
echo "Creating $LOCATION"
mkdir -p "$LOCATION"
if [ ! -f "$LOCATION"/database.sqlite ]; then
cp /home/joplin/packages/server "$LOCATION"/database.sqlite
cp /home/joplin/packages/server/db-prod.sqlite "$LOCATION"/database.sqlite
fi
#touch "$LOCATION"/database.sqlite