charm-ceph-mon/hooks/upgrade-charm

8 lines
201 B
Bash
Executable File

#!/bin/bash -e
# Wrapper to ensure that old python bytecode isn't hanging around
# after we upgrade the charm with newer libraries
rm -rf **/*.pyc
./hooks/install_deps
exec ./hooks/upgrade-charm.real