blob: d1c9fcecfadcabd84a988c248557f7b342f16564 [file] [log] [blame]
#!/bin/sh
for VCPE in $( docker ps|grep vcpe|awk '{print $NF}' )
do
service $VCPE stop
sleep 1
service $VCPE start
done