aboutsummaryrefslogtreecommitdiffstats
path: root/pomf
diff options
context:
space:
mode:
Diffstat (limited to 'pomf')
-rwxr-xr-xpomf7
1 files changed, 5 insertions, 2 deletions
diff --git a/pomf b/pomf
index 051a0da..9c2e26d 100755
--- a/pomf
+++ b/pomf
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
-upload=$(curl -sf -F "files[]=@\"$1\"" http://pomf.se/upload.php)
+
+set -o errexit
+
+upload=$(curl -sf -F "files[]=@\"$1\"" https://pomf.se/upload.php)
geturl=$(jshon -e files -e 0 -e url -u <<< $upload)
-printf "%s/%s\n" "http://a.pomf.se" "$geturl"
+printf "%s/%s\n" "https://a.pomf.se" "$geturl"