fix cache not being removed
This commit is contained in:
parent
d1cff00931
commit
3f481309b8
|
@ -128,7 +128,7 @@ try:
|
||||||
|
|
||||||
#clear out an previous pypo cache
|
#clear out an previous pypo cache
|
||||||
print "* Clearing previous pypo cache"
|
print "* Clearing previous pypo cache"
|
||||||
subprocess.call("rm -rf '/var/tmp/airtime/pypo/cache/scheduler/*' >/dev/null 2>&1", shell=True)
|
subprocess.call("rm -rf /var/tmp/airtime/pypo/cache/scheduler/* >/dev/null 2>&1", shell=True)
|
||||||
|
|
||||||
if "airtime_service_start" in os.environ and os.environ["airtime_service_start"] == "t":
|
if "airtime_service_start" in os.environ and os.environ["airtime_service_start"] == "t":
|
||||||
print "* Waiting for pypo processes to start..."
|
print "* Waiting for pypo processes to start..."
|
||||||
|
|
Loading…
Reference in New Issue