mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
make.sh: wrong path for thumbnails
This commit is contained in:
parent
6f5031623c
commit
ec3a7d4523
4
make.sh
4
make.sh
@ -7,8 +7,8 @@ init () {
|
|||||||
mkdir -p "$INSTANCE_PATH/partitions"
|
mkdir -p "$INSTANCE_PATH/partitions"
|
||||||
mkdir -p "$INSTANCE_PATH/attachments"
|
mkdir -p "$INSTANCE_PATH/attachments"
|
||||||
mkdir -p "$INSTANCE_PATH/search-partitions"
|
mkdir -p "$INSTANCE_PATH/search-partitions"
|
||||||
mkdir -p "$INSTANCE_PATH/static/thumbnails"
|
mkdir -p "partitioncloud/static/thumbnails"
|
||||||
mkdir -p "$INSTANCE_PATH/static/search-thumbnails"
|
mkdir -p "partitioncloud/static/search-thumbnails"
|
||||||
|
|
||||||
if ! test -f "$INSTANCE_PATH/config.py"; then
|
if ! test -f "$INSTANCE_PATH/config.py"; then
|
||||||
echo "SECRET_KEY=$(python3 -c 'import secrets; print(secrets.token_hex())')" > "$INSTANCE_PATH/config.py"
|
echo "SECRET_KEY=$(python3 -c 'import secrets; print(secrets.token_hex())')" > "$INSTANCE_PATH/config.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user