Skip to content

Commit 9782f97

Browse files
committed
First-run catch
1 parent 3b7df91 commit 9782f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli-common-create-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rm -rf $DIR/site
1111
mkdir -p $DIR/site
1212

1313
# STEP 1 - Rehydrate everything from the previous site EXCEPT $DATASET/*
14-
curl -fsSL $BASE_URL/__manifest.txt -o /tmp/manifest.txt || true
14+
curl -fsSLo /tmp/manifest.txt $BASE_URL/__manifest.txt || : > /tmp/manifest.txt
1515
if [ -s /tmp/manifest.txt ]; then
1616
while IFS= read -r rel_path; do
1717
[ -z "$rel_path" ] && continue

0 commit comments

Comments
 (0)