From b2311e3652be5e2fec28b931956ed35324b0d79f Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 07:44:11 -0700 Subject: [PATCH] Update Install_Script.sh --- files/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 8cf43f5..86706b3 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -15,7 +15,7 @@ sleep 1 mkdir -p /foundry/fvtt /foundry/data /ftemp/fvtt wget --no-cache ${INSTALL_FILES} -O /ftemp/foundryvtt-${FVTT_VERSION}.zip sleep 1 -tar -xvf /ftemp/foundryvtt-${FVTT_VERSION}.zip /ftemp/fvtt +tar -xvf /ftemp/foundryvtt-${FVTT_VERSION}.zip -C /ftemp/fvtt sleep 1 cp -uR /ftemp/fvtt/. /foundry/fvtt rm -fr /ftemp/fvtt