This commit is contained in:
Dooho Yi 2021-01-22 17:07:03 +09:00
parent b273ad9d4e
commit 065590afe1
2 changed files with 17 additions and 1 deletions

16
.stignore Normal file
View 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
View file

@ -15,7 +15,7 @@ eval "$(pyenv virtualenv-init -)"
pyenv shell exp-dist pyenv shell exp-dist
#change directory #change directory
cd /var/www/syncthing/exp-dist-losttrain cd /home/yunohost.app/syncthing/Sync/exp-dist-losttr
#start to watch.. #start to watch..
./run.sh ./run.sh