From 6610463f97524004fc56736c1c7791013293322d Mon Sep 17 00:00:00 2001 From: st33v Date: Thu, 29 Dec 2016 15:04:33 +1100 Subject: merged sendpix.sh into getpix.sh --- sendpix.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 sendpix.sh (limited to 'sendpix.sh') diff --git a/sendpix.sh b/sendpix.sh deleted file mode 100755 index e597d6f..0000000 --- a/sendpix.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/bash -# SJP 22 Feb 2016 -# -# Send (copy) webcam pix from master repository (on the LAN) to remote computer with web server. -# This script is to be called from a systemd timer. - -# The name of the system that has the webcamn attached. -# While this is presently hard-coded, we can abstract this for laster iterations when there are more than one cam. -campi="neatherd" -# remote server -wanWebServer="f3rr3t.com" - -# select the most recent pic -newpic=$(ls -t ~/cams/$campi/ | head -1 ) - -scp /home/st33v/cams/$campi/$newpic $wanWebServer:/home/st33v/farm/cam/$campi/. - - -#exit(0) # force succes exit code for fussy systemd -- cgit v1.3