Skip to content

Commit

Permalink
Fix api.js name
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov committed Dec 17, 2024
1 parent 9aa5068 commit 1300b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ parts:
#fix wopi enable page
sed -i -e '/wopi.enable/c <br />Set the <b>onlyoffice.wopi</b> parameter in the Document Server snap configuration to <b>true</b>.' $DIR-example/nodejs/views/wopiIndex.ejs
#Add symlink for documentserver-flush-cache.sh script
mv $OUTDIR/web-apps/apps/api/documents/api.js $OUTDIR/web-apps/apps/api/documents/api.js.tpl
mv $DIR/web-apps/apps/api/documents/api.js $DIR/web-apps/apps/api/documents/api.js.tpl
ln -s -f $OUTDIR/web-apps/apps/api/documents/api.js $DIR/web-apps/apps/api/documents/api.js
node:
Expand Down

0 comments on commit 1300b37

Please sign in to comment.