From 05b6c5bc420cf49ae17fc78bab4a2f9b4caddf50 Mon Sep 17 00:00:00 2001 From: Carlos Puchol Date: Wed, 9 Mar 2016 16:16:55 -0800 Subject: [PATCH] don't hardcode paths to commands --- schema-mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema-mysql.sql b/schema-mysql.sql index 2a525b2..b884f1a 100755 --- a/schema-mysql.sql +++ b/schema-mysql.sql @@ -62,7 +62,7 @@ CREATE TABLE `settings` ( INSERT INTO `settings` (`name`, `value`) VALUES ('paths', '/var/hda/files/movies/'), -('encode_command', '/bin/nice /usr/bin/HandBrakeCLI --preset="iPhone & iPod Touch" -i $input -o $output'), +('encode_command', 'nice HandBrakeCLI --preset="iPhone & iPod Touch" -i $input -o $output'), ('encode_extension', 'm4v'), ('video_extensions', 'm4v,mp4,ts,mov,divx,xvid,vob,m2v,avi,mpg,mpeg,mkv,mt2,m2ts');