diff --git a/api/extractvideopreviews.php b/api/extractvideopreviews.php index 69b65bb..2080e36 100755 --- a/api/extractvideopreviews.php +++ b/api/extractvideopreviews.php @@ -1,8 +1,8 @@ handleAction(); diff --git a/api/tags.php b/api/tags.php index 88ce8fe..f290af3 100644 --- a/api/tags.php +++ b/api/tags.php @@ -1,5 +1,5 @@ handleAction(); diff --git a/api/video.php b/api/video.php index 70ca49a..29f9cd1 100644 --- a/api/video.php +++ b/api/video.php @@ -1,5 +1,5 @@ handleAction(); diff --git a/deb/OpenMediaCenter/DEBIAN/postinst b/deb/OpenMediaCenter/DEBIAN/postinst index 5e0d67e..b4f5637 100755 --- a/deb/OpenMediaCenter/DEBIAN/postinst +++ b/deb/OpenMediaCenter/DEBIAN/postinst @@ -3,7 +3,7 @@ ln -sf /etc/nginx/sites-available/OpenMediaCenter.conf /etc/nginx/sites-enabled/OpenMediaCenter.conf # link general socket to current one -phpsymlink="/var/run/php-fpm.sock"; +phpsymlink="/var/run/php/php-fpm.sock"; # create a gneral symlink to the php socket if not already existing if [ -L ${phpsymlink} ] ; then