diff --git a/.stignore b/.stignore new file mode 100644 index 0000000..3b6873f --- /dev/null +++ b/.stignore @@ -0,0 +1,16 @@ +#mac osx +(?d).DS_Store + +#distribusi controlled +index.html + +#git related +.git +.gitignore + +#pyenv +.python-version + +#node +node_modules + diff --git a/system/inotifywait-watcher/watcher.sh b/system/inotifywait-watcher/watcher.sh old mode 100644 new mode 100755 index 4732980..26bc9b5 --- a/system/inotifywait-watcher/watcher.sh +++ b/system/inotifywait-watcher/watcher.sh @@ -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