Changeset 171 for drbl-virt/install.sh
- Timestamp:
- Aug 10, 2010, 4:00:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/install.sh
r162 r171 12 12 Work_Home="/opt/drbl-virt" 13 13 Work_Path="/opt/drbl-virt/sbin" 14 Now_ path="pwd $0"14 Now_Path="$(dirname $0)" 15 15 PATH=${PATH}:$Work_Path 16 16 17 17 # [Source] 18 source funs_drbl_virt18 source $Now_Path/sbin/functions_drbl_virt 19 19 20 20 # [Main] … … 23 23 24 24 mkdir -p $Work_Home 25 cp - r $Now_path/sbin $Work_Path/26 cp - r $Now_path/conf $Work_Path/27 25 cp -fr $Now_Path/sbin $Work_Home/ 26 cp -fr $Now_Path/conf $Work_Home/ 27 cp -fr $Now_Path/uninstall.sh $Work_Home/
Note: See TracChangeset
for help on using the changeset viewer.