watcher
This commit is contained in:
parent
b273ad9d4e
commit
065590afe1
2 changed files with 17 additions and 1 deletions
16
.stignore
Normal file
16
.stignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#mac osx
|
||||
(?d).DS_Store
|
||||
|
||||
#distribusi controlled
|
||||
index.html
|
||||
|
||||
#git related
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
#pyenv
|
||||
.python-version
|
||||
|
||||
#node
|
||||
node_modules
|
||||
|
||||
2
system/inotifywait-watcher/watcher.sh
Normal file → Executable file
2
system/inotifywait-watcher/watcher.sh
Normal file → Executable file
|
|
@ -15,7 +15,7 @@ eval "$(pyenv virtualenv-init -)"
|
|||
pyenv shell exp-dist
|
||||
|
||||
#change directory
|
||||
cd /var/www/syncthing/exp-dist-losttrain
|
||||
cd /home/yunohost.app/syncthing/Sync/exp-dist-losttr
|
||||
|
||||
#start to watch..
|
||||
./run.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue