fix bug in dropbox filenaming

auto-flake-update
Yorick van Pelt 2014-01-01 22:02:33 +01:00
parent 27201b69f5
commit 49129941f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Setup filename for the screenshot
myfile=$(date +%Y%m%d%S).png
myfile=$(date +%Y%m%d%H%M%S).png
#Setup paths to dropbox & full url to new screenshot
dropboxwebpath='http://dl.dropbox.com/u/22989236/temp/' # PUT YOUR DROPBOX USERID HERE