mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-12-22 18:25:35 +01:00
Fix test
This commit is contained in:
parent
f860b216a8
commit
b89956da3f
@ -92,7 +92,7 @@ crontab -e
|
|||||||
Add to document.
|
Add to document.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
@reboot dynamic-video-to-mp4.sh >/dev/null 2>&1 &
|
@reboot dynamic-folders-video-optimizer >/dev/null 2>&1 &
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Requirements: Install inotify-tools and ffmpeg
|
# Requirements: Install inotify-tools and ffmpeg
|
||||||
# Example Debian: $sudo apt install inotify-tools ffmpeg
|
# Example Debian: $sudo apt install inotify-tools ffmpeg
|
||||||
# --
|
# --
|
||||||
# Cron: @reboot dynamic-video-to-mp4.sh >/dev/null 2>&1 &
|
# Cron: @reboot dynamic-folders-video-optimizer.sh >/dev/null 2>&1 &
|
||||||
# --
|
# --
|
||||||
|
|
||||||
# START
|
# START
|
||||||
|
Loading…
Reference in New Issue
Block a user