diff options
Diffstat (limited to 'post-screenshot.sh')
-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") |