bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Tue, 04 Apr 2017 11:41:23 +0200
branch3.25
changeset 12140 20035170160c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwctl] do only clean static data dir content (closes #17069762) deleting the directory itself is useless and may be a problem in automated deployment environments (user may not have permissions to delete or create that directory).

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])