Changeset 202 for drbl-virt/install.sh
- Timestamp:
- Aug 30, 2010, 2:18:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/install.sh
r188 r202 9 9 # 2010/08/03 Rock First release (1.0) 10 10 11 # [PATH] 11 12 # [Path] 12 13 Work_Home="/opt/drbl-virt" 13 14 Work_Path="/opt/drbl-virt/sbin" 14 15 Now_Path="$(dirname $0)" 15 PATH=${PATH}:$Work_Path 16 PATH=${PATH}:$Work_Path:${Now_Path}/sbin 16 17 17 # [Source]18 # Source] 18 19 source $Now_Path/sbin/functions_drbl_virt 19 20 20 21 # [Main] 21 #22 22 check_root 23 23 … … 35 35 fi 36 36 37 38 # = 1. Create /opt/drbl-virt and copy file = 37 39 mkdir -p $Work_Home 38 40 mkdir $Work_Home/etc … … 42 44 cp -fr $Now_Path/uninstall.sh $Work_Home/ 43 45 44 echo "drbl-virt install completion" 45 echo "Please go to /opt/drbl-virt/ to check" 46 # = 2. Move war = 47 mv drbl-virt.war $Work_Home/ 48 49 # = 4. Install completion = 50 echo "" 51 echo "[drbl-virt install completion]" 52 echo "Please go to /opt/drbl-virt/ to check !!!"
Note: See TracChangeset
for help on using the changeset viewer.