chore(deps): update bilibili history fetcher to v1.6.9 (#3071)
This commit is contained in:
15
apps/bili-fetcher/1.6.9/scripts/init.sh
Normal file
15
apps/bili-fetcher/1.6.9/scripts/init.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
if [ ! -d $BILI_FETCHER_ROOT_PATH/config ]; then
|
||||
mkdir -p $BILI_FETCHER_ROOT_PATH/config
|
||||
fi
|
||||
cp -rn ./config/* $BILI_FETCHER_ROOT_PATH/config/
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
Reference in New Issue
Block a user