commit 655fa27e87c1ece7abe75047db41d579f89a2aa8
parent 8d8fd0a7c50e269ece923b3753467e56c5b5ca18
Author: vasyahacker <vasya@magicfreedom.com>
Date: Thu, 16 Mar 2023 09:40:21 +0400
fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/ii-node/web.go b/cmd/ii-node/web.go
@@ -915,8 +915,8 @@ func WebInit(www *WWW) {
tpl_path := "tpl"
if _, err := os.Stat(tpl_path); errors.Is(err, os.ErrNotExist) {
- fmt.Println("./tpl not found, trying /usr/local/share/ii-go/tpl..")
- tpl_path = "/usr/local/share/ii-go/tpl"
+ fmt.Println("./tpl not found, trying /usr/local/share/iigo/tpl..")
+ tpl_path = "/usr/local/share/iigo/tpl"
if _, err := os.Stat(tpl_path); errors.Is(err, os.ErrNotExist) {
fmt.Println(tpl_path, "not found")
os.Exit(1)