if [ "$?" != "0" ];
then
fail_msg
- clone_clone_fatal_error "Failed to partition disk device ${DEVICE} check /tmp/stdout.log or /tmp/stderr.log for details"
+ clone_fatal_error "Failed to partition disk device ${DEVICE} check /tmp/stdout.log or /tmp/stderr.log for details"
else
ok_msg
fi
if [ "$?" != "0" ];
then
fail_msg
- clone_clone_fatal_error "Failed to partition disk device ${DEVICE} check /tmp/stdout.log or /tmp/stderr.log for details"
+ clone_fatal_error "Failed to partition disk device ${DEVICE} check /tmp/stdout.log or /tmp/stderr.log for details"
else
ok_msg
fi
if [ "$?" != 0 ]
then
fail_msg
- clone_clone_fatal_error "Failed to create disk label"
+ clone_fatal_error "Failed to create disk label"
else
ok_msg
fi
if [ "$?" != 0 ]
then
fail_msg
- clone_clone_fatal_error "Failed to create disk partition"
+ clone_fatal_error "Failed to create disk partition"
else
ok_msg
fi
if [ "$?" != 0 ]
then
fail_msg
- clone_clone_fatal_error "Failed to create disk partition"
+ clone_fatal_error "Failed to create disk partition"
else
ok_msg
fi