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