#!/bin/bash

sudo /usr/lib/rd-log/rd-log-change-env.sh $1
if [ "$?" -eq 1 ]
then
    exit 1
fi
