이메일을 보내도록 스크립트를 수정하시겠습니까?

이메일을 보내도록 스크립트를 수정하시겠습니까?

저는 기본적으로 온라인에서 찾은 두 개의 스크립트를 합치려고 합니다. 첫 번째 부분은 디렉토리가 있는지 확인하고, 없으면 생성하고, 잘못된 로그인 비밀번호를 입력하면 웹캠을 통해 계속 사진을 찍는 두 부분으로 나누어집니다. 제가 아는 한 이 부분은 잘 작동합니다.

#!/bin/bash

## Variables
dir=/tmp/gotcha
got=/tmp/gotcha/gotcha.jpg
[email protected]
[email protected]
SMTPSERVER=smtp.googlemail.com:587
[email protected]
SMTPPASS=xxxxx
SUBJECT="Someone tried to access your computer while you were away."

if test [ -d  "$dir" ]
then 
    echo "Found directory /tmp/gotcha/" ]
else 
    mkdir /tmp/gotcha/
fi

ts=`date +%s`
ffmpeg -f video4linux2 -s vga -i /dev/video0 -vframes 1 $got
exit 0  ## NOTE - must exit with status 0

두 번째는 촬영한 사진을 나에게 이메일로 보낸 다음 저장 디렉터리에서 사진을 삭제하도록 되어 있지만, 내가 아는 한 명령줄과 GUI를 통해 문제의 파일을 찾을 수 있음에도 불구하고 사진을 찾을 수 없습니다.

## sendEmail script, found in /home/josh/scripts/emailscript
if test -f [ "$got" ]
then
        sendemail -f $SMTPFROM -t $SMTPTO -u $SUBJECT -a $got -s $SMTPSERVER -$
fi

## Remove gotcha.jpg
if test -f [ "$got" ]
then
       rm $got

터미널에서 스크립트를 실행하면 다음과 같이 출력됩니다.

/usr/local/bin/gotcha: line 13: test: too many arguments
mkdir: cannot create directory ‘/tmp/gotcha/’: File exists
ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  WARNING: library configuration mismatch
  avcodec     configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared --enable-version3 --disable-doc --disable-programs --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libtesseract --enable-libvo_amrwbenc
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Input #0, video4linux2,v4l2, from '/dev/video0':
  Duration: N/A, start: 10364.818498, bitrate: 147456 kb/s
    Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 640x480, 147456 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc
Stream mapping:
  Stream #0:0 -> #0:0 (rawvideo (native) -> mjpeg (native))
Press [q] to stop, [?] for help
[swscaler @ 0x558898563320] deprecated pixel format used, make sure you did set range correctly
Output #0, image2, to '/tmp/gotcha/gotcha.jpg':
  Metadata:
    encoder         : Lavf57.83.100
    Stream #0:0: Video: mjpeg, yuvj422p(pc), 640x480, q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc
    Metadata:
      encoder         : Lavc57.107.100 mjpeg
    Side data:
      cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
frame=    1 fps=0.0 q=5.7 Lsize=N/A time=00:00:00.03 bitrate=N/A speed=3.32x    
video:24kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

내가 말했듯이, 나는 bash 스크립팅을 처음 접했기 때문에 어리석은 것을 간과하고 있을 수도 있지만 도움을 주시면 감사하겠습니다!

답변1

1) 사용 [ -d ...]또는 test -d ...그러나아니요 test -d [ ... ](에도 적용됨 -f)

2)test -f [ $file ]

~ 할 것이다

  • 이름이 지정된 파일 찾기[
  • 추가 주장에 대해 불평하다

3) 안으로

if test [ -d  "$dir" ]
then 
    echo "Found directory /tmp/gotcha/" ]
else 
    mkdir /tmp/gotcha/
fi

dirvar를 사용할 수 있습니다 .

if test  -d  "$dir" 
then 
    echo "Found directory $dir" ]
else 
    mkdir "$dir"
fi

답변2

나는 내 (큰) 실수를 알아낼 수 있었습니다. 많은 부분을 정리하려고 노력 중인데 그 과정에서 제가 사용하고 있는 sendEmail 스크립트에 옵션이 누락된 것을 발견했습니다.

-o tls=yes

결국 스크립트는 완벽하게 작동하고 훨씬 더 깔끔하게 보입니다.

#!/bin/bash

##########
## variable key
file=/tmp/gotcha/pic.jpg
dir=/tmp/gotcha
[email protected]
[email protected]
SMTPSERVER=smtp.googlemail.com:587
[email protected]
SMTPPASS=xxxxx
SUBJECT="Someone tried to access your computer while you were away."
MESSAGE="Someone tried to access your computer while you were away. Here's a photo!"

##########
## create directory if it doesn't exist
if test -d "$dir"
then
        echo "Found directory...";
else
        echo "Directory not found..."
        sleep 1.5
        echo "Creating directory $dir..."
        mkdir -p $dir
        sleep 1.5
        echo "Directory created...";
fi

##########
## ensures directory is clear before beginning script
if test -f "$file"
then 
        echo "Clearing directory of any past files..."
        sudo rm $file;
fi

##########
## takes picture with webcam if incorrect password is entered
## stores picture in created directory
ts=`date +%s`
ffmpeg -f video4linux2 -s vga -i /dev/video0 -vframes 1 $file
#exit 0  ## NOTE - must exit with status 0

##########
## send $file in email
sudo sendemail -f $SMTPFROM -t $SMTPTO -o tls=yes -a $file -u $SUBJECT -m $MESSAGE -s $SMTPSERVER -xu $SMTPUSER -xp $SMTPPASS

##########

내가 정리한 방식대로 추가 해시를 모두 신경 쓰지 마십시오. 더 잘할 수 있었던 일도 많았고 불필요한 일도 많았을 거라 확신하는데, 성공했어요! 모든 의견을 보내주셔서 감사합니다!

관련 정보