diff --git a/install.bat b/install.bat index 87806cb..1237959 100644 --- a/install.bat +++ b/install.bat @@ -69,7 +69,7 @@ if exist package-lock.json del /q package-lock.json REM #### Install FlowFuse ######################################### call npm install --production --no-fund --no-audit --silent cd .. -copy /Y app\node_modules\@flowforge\flowforge\etc\flowforge.yml etc > nul +copy /Y app\node_modules\@flowfuse\flowfuse\etc\flowforge.yml etc > nul copy /Y app\node_modules\@flowfuse\file-server\etc\flowforge-storage.yml etc > nul call :PRINT "> FlowFuse Install Complete" diff --git a/install.sh b/install.sh index ea89bd4..61d9886 100755 --- a/install.sh +++ b/install.sh @@ -178,7 +178,7 @@ npm install --production --no-fund --no-audit --silent cd .. if [ ! -f $DIR/etc/flowforge.yml ]; then - cp $DIR/app/node_modules/@flowforge/flowforge/etc/flowforge.yml $DIR/etc/flowforge.yml + cp $DIR/app/node_modules/@flowfuse/flowfuse/etc/flowforge.yml $DIR/etc/flowforge.yml fi if [ ! -f $DIR/etc/flowforge-storage.yml ]; then cp $DIR/app/node_modules/@flowfuse/file-server/etc/flowforge-storage.yml $DIR/etc/flowforge-storage.yml