Index: cs.py =================================================================== diff -u -r94aee6790700d23f638d8216e1bbf765f88da833 -r9f7bb04f030caa9d37d64f2ab0f88dcc6c92e05d --- cs.py (.../cs.py) (revision 94aee6790700d23f638d8216e1bbf765f88da833) +++ cs.py (.../cs.py) (revision 9f7bb04f030caa9d37d64f2ab0f88dcc6c92e05d) @@ -14,7 +14,7 @@ logger = logging.getLogger(__name__) DELAY = 0.5 -SENTINEL_FILE = "/media/sd-card/cloudsync/cloudsync_restart_sentinel" +SENTINEL_FILE = "/tmp/cloudsync_restart_sentinel" SENTINEL_CHECK_INTERVAL = 5 USAGE_FORMAT = "Usage: ./cs.py [debug|info|warning|error] [upgrade|update|]"