Skip to content

Commit

Permalink
更新脚本 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
power721 authored Sep 19, 2024
1 parent a639290 commit 949ca1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/downloadPg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ "$LOCAL" = "${REMOTE}" ]; then
fi

echo "download ${REMOTE}" && \
wget https://gitlab.com/power0721/pg/-/raw/main/pg.zip -T 60 -O /data/pg.zip && \
wget https://gitlab.com/power0721/pg/-/raw/main/pg.zip -O /data/pg.zip && \
echo "unzip file" && \
rm -rf /www/pg/* && unzip -q -o /data/pg.zip -d /www/pg && \
echo "save version" && \
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_new.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_DIR=./data
BASE_DIR=$PWD/data
PORT1=4567
PORT2=5344
YES=false
Expand Down

0 comments on commit 949ca1b

Please sign in to comment.