Index: cs.py =================================================================== diff -u -radec5be657a174b63971987fcabd492e58720712 -r8dda975c3b3303764304ed174177c22bbf0f6367 --- cs.py (.../cs.py) (revision adec5be657a174b63971987fcabd492e58720712) +++ cs.py (.../cs.py) (revision 8dda975c3b3303764304ed174177c22bbf0f6367) @@ -14,7 +14,7 @@ logger = logging.getLogger(__name__) DELAY = 0.5 -SENTINEL_FILE = "/media/sd-card/cloudsync/cloudsync_restart_sentinel" +SENTINEL_FILE = "/media/sd-card/cloudsync/sentinel/cloudsync_restart_sentinel" SENTINEL_CHECK_INTERVAL = 5 USAGE_FORMAT = "Usage: ./cs.py [debug|info|warning|error] [upgrade|update|]"