diff --git a/local/bin/push.sh b/local/bin/push.sh index af0d149..4e93a31 100755 --- a/local/bin/push.sh +++ b/local/bin/push.sh @@ -5,7 +5,6 @@ set -e sshhost="Flesje" fles="http://t2-wan.be" -port="7070" # Find ssh username user=$( @@ -22,6 +21,6 @@ escrotum $* "$file" chmod 644 $file scp -p $file $sshhost:~/images/ rm "$file" -url="$fles:$port/~$user/$file" +url="$fles/~$user/$file" notify-send "Screenshot uploaded to $url" echo "$url" | xclip