Skip to content

Commit

Permalink
Update file host
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon-Brown authored Dec 14, 2018
1 parent 20ad6d2 commit b4274eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/push_output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FILE=$1;
# html extension is not supported
echo -n "Error: ScreenShot $FILE: open ";
echo -ne $BLUE;
curl -i -F file=@$FILE https://uguu.se/api.php?d=upload-tool
curl -i -F file=@$FILE https://www.simpleupload.co.uk/Api/FileUpload.php?d=upload
echo -en $NC;
echo " in your favorite web browser";
echo " "
Expand Down Expand Up @@ -44,4 +44,4 @@ for filename in *.html; do
echo "$filename is not a file";
continue;
fi;
done
done

0 comments on commit b4274eb

Please sign in to comment.