From a34ab5ca3c6f2a3afb8aba69b7848b3c2efbb003 Mon Sep 17 00:00:00 2001 From: Marius Linge Date: Fri, 26 Jun 2015 16:47:14 +0200 Subject: [PATCH] Corrects path to appinfo --- tools/arkmanager.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arkmanager.cfg b/tools/arkmanager.cfg index 93d00a1..07325ea 100644 --- a/tools/arkmanager.cfg +++ b/tools/arkmanager.cfg @@ -5,7 +5,7 @@ arkstChannel="master" # change it steamcmdroot="/home/steam/steamcmd" # path of your steamcmd instance steamcmdexec="steamcmd.sh" # name of steamcmd executable steamcmd_user="steam" # name of the system user who own steamcmd folder -steamcmd_appinfocache="/home/steam/Steam/appinfo.vdf" # cache of the appinfo command +steamcmd_appinfocache="/home/steam/Steam/appcache/appinfo.vdf" # cache of the appinfo command # config environment arkserverroot="/home/steam/ARK" # path of your ARK server files (default ~/ARK)