RASCSI/python/proxy/raproxy_plugins/raproxy_eject.sh

12 lines
212 B
Bash

#!/bin/sh
scsi_id=$1
type=$2
path=$3
echo "shell script: ejecting from scsi id : " ${scsi_id}
echo "shell script: ejecting file type : " ${type}
echo "shell script: ejecting file : " ${path}
exit 0