#!/bin/bash -e

if [ "$(CreoleGet activer_proxy_client)" = "oui" ]; then
    snap refresh --hold=24h
fi
exit 0
