파일
rocm-systems/authentication/install_client.sh
T

16 라인
290 B
Bash
Raw 일반 보기 히스토리

#!/bin/bash
# Note:
# * This script should reside in the artifacts directory
# when executed.
# * This script may require root privilege
if [ $# -lt 1 ]; then
echo "Need to specify a installation root directory (e.g., /etc/rdc)"
exit 1
fi
INSTALL_DIR=$1
cp -R client $INSTALL_DIR