1*e4c795beSTom Caputi#
2*e4c795beSTom Caputi# CDDL HEADER START
3*e4c795beSTom Caputi#
4*e4c795beSTom Caputi# The contents of this file are subject to the terms of the
5*e4c795beSTom Caputi# Common Development and Distribution License (the "License").
6*e4c795beSTom Caputi# You may not use this file except in compliance with the License.
7*e4c795beSTom Caputi#
8*e4c795beSTom Caputi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*e4c795beSTom Caputi# or http://www.opensolaris.org/os/licensing.
10*e4c795beSTom Caputi# See the License for the specific language governing permissions
11*e4c795beSTom Caputi# and limitations under the License.
12*e4c795beSTom Caputi#
13*e4c795beSTom Caputi# When distributing Covered Code, include this CDDL HEADER in each
14*e4c795beSTom Caputi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*e4c795beSTom Caputi# If applicable, add the following below this CDDL HEADER, with the
16*e4c795beSTom Caputi# fields enclosed by brackets "[]" replaced with your own identifying
17*e4c795beSTom Caputi# information: Portions Copyright [yyyy] [name of copyright owner]
18*e4c795beSTom Caputi#
19*e4c795beSTom Caputi# CDDL HEADER END
20*e4c795beSTom Caputi#
21*e4c795beSTom Caputi
22*e4c795beSTom Caputi#
23*e4c795beSTom Caputi# Copyright (c) 2018 by Datto. All rights reserved.
24*e4c795beSTom Caputi#
25*e4c795beSTom Caputi
26*e4c795beSTom Caputiexport DISK1=$(echo $DISKS | nawk '{print $1}')
27*e4c795beSTom Caputiexport DISK2=$(echo $DISKS | nawk '{print $2}')
28*e4c795beSTom Caputiexport DISK3=$(echo $DISKS | nawk '{print $3}')
29*e4c795beSTom Caputi
30*e4c795beSTom Caputiexport MAXTIMEOUT=80
31