replaced cp with mv on cert adding

This commit is contained in:
Serghey Rodin 2011-06-19 17:36:11 +03:00
commit 944991408a

View file

@ -42,8 +42,8 @@ is_cert_valid "$V_TMP"
#----------------------------------------------------------#
# Adding certificate to user dir
cp $V_TMP/$cert.crt $V_USERS/$user/cert/
cp $V_TMP/$cert.key $V_USERS/$user/cert/
mv $V_TMP/$cert.crt $V_USERS/$user/cert/
mv $V_TMP/$cert.key $V_USERS/$user/cert/
#----------------------------------------------------------#