Skip to content

Commit

Permalink
Create filewatcher.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
inozemtsev-roman authored Feb 13, 2024
1 parent 360db71 commit 86931a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/filewatcher.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# We need to change the owner of the files in the app-data folder
# if this failes we have to change the permission your self
fswatch --event=Created /workspaces/TON-AppStore/app-data/ | \
xargs -l1 sh -c 'echo "$1" && sudo chown node "$1" -R' -- &

0 comments on commit 86931a8

Please sign in to comment.