mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
replaced cp with mv on cert adding
This commit is contained in:
parent
5ca62deac9
commit
944991408a
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue