Fix restore of custom.list

This commit is contained in:
Michael Stanclift 2020-05-30 22:59:03 -05:00
parent 6015bb1972
commit 7ea83a607b

View File

@ -387,7 +387,7 @@ function restore_gs {
if [ "$SKIP_CUSTOM" != '1' ]
then
if [ "$REMOTE_CUSTOM_DNS" == "1" ]
if [ -f $HOME/${LOCAL_FOLDR}/${BACKUP_FOLD}/${CUSTOM_DNS}.backup ]
then
MESSAGE="Restoring ${CUSTOM_DNS} on $HOSTNAME"
echo_stat