From 924200c6ba7cfe43f888ab00bbce5aa5753aec36 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 27 Jan 2020 00:33:09 +0100 Subject: [PATCH] Modifing a big the makefile --- Kyoo/Controllers/Crawler.cs | 2 +- Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Kyoo/Controllers/Crawler.cs b/Kyoo/Controllers/Crawler.cs index 6b838de7..35507ead 100644 --- a/Kyoo/Controllers/Crawler.cs +++ b/Kyoo/Controllers/Crawler.cs @@ -127,7 +127,7 @@ namespace Kyoo.Controllers if (show != null) await RegisterEpisode(show, seasonNumber, episodeNumber, absoluteNumber, path, library); else - Console.Error.WriteLine($"Coudld not get informations about the show ${showName}."); + Console.Error.WriteLine($"Coudld not get informations about the show {showName}."); } } diff --git a/Makefile b/Makefile index dbac1d87..79c8b966 100644 --- a/Makefile +++ b/Makefile @@ -58,5 +58,7 @@ install_kyoo: all install: install_kyoo curl https://raw.githubusercontent.com/AnonymusRaccoon/Kyoo.TheTVDB/master/install.sh | sh + chown -R kyoo /opt/kyoo + chgrp -R kyoo /opt/kyoo .PHONY = all dependencies ffmpeg transcoder