Skip to content

Commit

Permalink
* Fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome authored and jerome committed Jun 5, 2015
1 parent 69f432b commit 2288d3f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sdc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,20 +223,20 @@ update_transfer_environment_pre_install ()
if [ "$current_version" = "2.9" ]; then
if [ ! -d $st_root/conf ]; then # this is to prevent running this code again in case of reinstalling 2.9 over 2.9

# remove obsolete logfile
rm -f $st_root/log/get_data.log
rm -f $st_root/log/get_data__debug.log
# remove obsolete logfile
rm -f $st_root/log/get_data.log
rm -f $st_root/log/get_data__debug.log

# move config file
mkdir $st_root/conf
mv $st_root/sdt.conf $st_root/conf
# move config file
mkdir $st_root/conf
mv $st_root/sdt.conf $st_root/conf

# remove sample default files
rm -f $st_root/selection/sample/default*
# remove sample default files
rm -f $st_root/selection/sample/default*

# move default files
mkdir $st_root/conf/default
find $st_root/selection -name "default*" -exec mv {} $st_root/conf/default \;
# move default files
mkdir $st_root/conf/default
find $st_root/selection -name "default*" -exec mv {} $st_root/conf/default \;
fi
fi

Expand Down

0 comments on commit 2288d3f

Please sign in to comment.