Fix replace config after repeat run script

This commit is contained in:
CodeRoK7
2025-02-25 13:52:47 +05:00
committed by GitHub
parent 7efb5838d9
commit e8fa81656f

View File

@@ -35,7 +35,6 @@ then
do
cp -f "$DIR/$file" "$DIR_BACKUP/$file"
done
fi
echo "Replace configs..."
@@ -46,6 +45,7 @@ do
wget -O "$DIR/$file" "$URL/$file"
fi
done
fi
echo "Configure dhcp..."