HLS install directories #842
-
When I installed hls from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello! Hehe nice observation. So the short answer is: backwards compatibility reasons. Long answer is: This is due to historic reasons where the installation directory used to be explicitly defined for each server, where I in some cases, for some reason, decided to use a different directory name than the name of the server. When I introduced the new |
Beta Was this translation helpful? Give feedback.
Hello! Hehe nice observation. So the short answer is: backwards compatibility reasons. Long answer is: This is due to historic reasons where the installation directory used to be explicitly defined for each server, where I in some cases, for some reason, decided to use a different directory name than the name of the server. When I introduced the new
.setuo()
function , which the minimal debug configuration uses, I took the opportunity and changed it so that it will always use the server name as the installation directory.