diff --git a/README.md b/README.md index a854dc2..067c7cb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # cctv-scheduler PTZ IP-Camera management -* [`sequence.sh`](https://git.hmp.today/pavel.muhortov/cctv-scheduler#sequence-sh) +* [`sequences.sh`](https://git.hmp.today/pavel.muhortov/cctv-scheduler#sequences-sh) * [`converter.sh`](https://git.hmp.today/pavel.muhortov/cctv-scheduler#converter-sh) ____ -## `sequence.sh` +## `sequences.sh` **Description:** -> Hikvision PTZ-camera sequence. +> Hikvision PTZ-camera sequences. > Additionally: > - getting temperature from ds-18b20 over SSH, > - saving pictures to FTP. @@ -22,17 +22,17 @@ ____ | POSITION | PARAMETERS | DESCRIPTION | DEFAULT | |-----------|--------------|------------------------|---------------| | 1 | **[qn]** |execution without pauses|| -| 2 | **[/path/to/conf]** |path to config| ./sequence.conf | +| 2 | **[/path/to/conf]** |path to config| ./sequences.conf | Example usage in terminal with bash: ```bash -bash ./sequence.sh - ./sequence.conf +bash ./sequences.sh - ./sequences.conf ``` Example usage with cron: ```bash # crontab -e -0 * * * * bash /home/user/cctv-scheduler/sequence.sh qn +0 * * * * bash /home/user/cctv-scheduler/sequences.sh qn ``` ____ ## `converter.sh` diff --git a/sequence.sh b/sequences.sh similarity index 99% rename from sequence.sh rename to sequences.sh index 3cce3cb..36f2622 100644 --- a/sequence.sh +++ b/sequences.sh @@ -2,7 +2,7 @@ # ## DESCRIPTION: -# Hikvision PTZ-camera sequence. +# Hikvision PTZ-camera sequences. # Additionally: # - getting temperature from ds-18b20 over SSH, # - saving pictures to FTP.