Skip to content

Commit

Permalink
Merge pull request #97 from FlowFuse/fix-config-path
Browse files Browse the repository at this point in the history
Fix path base flowforge.yml is copied from
  • Loading branch information
hardillb authored Dec 21, 2023
2 parents 9d58fb5 + e014327 commit cf378fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf378fa

Please sign in to comment.