log permissions

pull/11/head
RandomNinjaAtk 4 years ago committed by GitHub
parent d67551d7e6
commit ebcebe947b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,8 @@ Configuration () {
log () {
m_time=`date "+%F %T"`
echo $m_time" "$1 | tee -a /config/scripts/logs/video-pp.log
chmod 666 /config/scripts/logs/video-pp.log
chown abc:abc /config/scripts/logs/video-pp.log
}
Configuration "$3" "$5"

Loading…
Cancel
Save