mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-10 04:55:42 +01:00
Fix test
This commit is contained in:
parent
f860b216a8
commit
b89956da3f
@ -92,7 +92,7 @@ crontab -e
|
||||
Add to document.
|
||||
|
||||
``` sh
|
||||
@reboot dynamic-video-to-mp4.sh >/dev/null 2>&1 &
|
||||
@reboot dynamic-folders-video-optimizer >/dev/null 2>&1 &
|
||||
```
|
||||
|
||||
## Development
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Requirements: Install inotify-tools and 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
|
||||
|
Loading…
Reference in New Issue
Block a user