#!/bin/sh

[ -f /lib/rg/pstor.sh ] || exit 0

. /lib/rg/pstor.sh
pstor_restore

exit 0
