Skip to content

Commit

Permalink
change default installation to update existing version
Browse files Browse the repository at this point in the history
git-svn-id: https://ccpforge.cse.rl.ac.uk/svn/cutest/cutest/trunk@329 ca3beb79-f7c6-489d-80df-314e45fd556d
  • Loading branch information
nimg committed Mar 30, 2017
1 parent d1507be commit 79db52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_cutest_main
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export CUTEST=`echo $CUTEST | $SED 's"/tmp_mnt""'`

if [[ -e $CUTEST/versions/$VERSION ]]; then
warning " There is already an installed CUTEST version $VERSION"
yesno_default_no ' Do you wish to proceed ... existing version will be destroyed'
yesno_default_yes ' Do you wish to proceed ... existing version will be updated'
[[ $? != 1 ]] && exit 4
fi

Expand Down

0 comments on commit 79db52c

Please sign in to comment.