diff options
author | Pacien TRAN-GIRARD | 2016-04-16 21:30:30 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-04-16 21:30:30 +0200 |
commit | 9840a10ff0d74ad5991789909b6f636366e49c21 (patch) | |
tree | 82cadcf3ef343d5169fc2e80b13ada1ec7fca3ab | |
parent | f485a9a5d1f7889ac6e78c6eb11962725c457f8c (diff) | |
download | desktop-utilities-9840a10ff0d74ad5991789909b6f636366e49c21.tar.gz |
Update screenshot upload endpoint
-rwxr-xr-x | post-screenshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post-screenshot.sh b/post-screenshot.sh index 5a4b478..a798dd1 100755 --- a/post-screenshot.sh +++ b/post-screenshot.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/env sh | 1 | #!/usr/bin/env sh |
2 | 2 | ||
3 | LOCAL_DIR="/home/pacien/medias/pictures/screenshots" | 3 | LOCAL_DIR="/home/pacien/medias/pictures/screenshots" |
4 | REMOTE_DIR="nginx.l:/var/www/files.pacien.net/screenshots" | 4 | REMOTE_DIR="nginx.berlioz:/var/www/files.pacien.net/screenshots" |
5 | BASE_URL="https://files.pacien.net/screenshots" | 5 | BASE_URL="https://files.pacien.net/screenshots" |
6 | 6 | ||
7 | TS=$(date +"%s") | 7 | TS=$(date +"%s") |