Skip to content

Commit

Permalink
Update site script: Simulate upload before going for it
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Apr 21, 2020
1 parent 71f21c0 commit a5bb897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upload-site-simple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ rm -f plugins/Trainable_Segmentation*
# upload complete update site
password=$WIKI_UPLOAD_PASS
./$launcher --update edit-update-site $update_site $url "webdav:$webdav_user:$password" .
echo "===== Simulating update site upload ====="
./$launcher --update upload-complete-site --simulate --force --force-shadow $update_site
echo "===== Updating update site ====="
./$launcher --update upload-complete-site --force --force-shadow $update_site

0 comments on commit a5bb897

Please sign in to comment.