fix
This commit is contained in:
parent
3fec261a46
commit
0ddbd38735
@ -74,12 +74,12 @@ mkdir -p ${ProdDir}
|
|||||||
# exists and not empty
|
# exists and not empty
|
||||||
rsync_load_version
|
rsync_load_version
|
||||||
|
|
||||||
Location="${LocalSoftwareDir}/${Project}/${Version}"/${Project}"
|
Location="${LocalSoftwareDir}/${Project}/${Version}/${Project}"
|
||||||
|
|
||||||
Cmd="cd ${ProdDir}"
|
Cmd="cd ${ProdDir}"
|
||||||
Cmd="${Cmd} && rm -rf ${Project}"
|
Cmd+=" && rm -rf ${Project}"
|
||||||
Cmd="${Cmd} && ln -snf ${Location} ${Project}"
|
Cmd+=" && ln -snf ${Location} ${Project}"
|
||||||
|
|
||||||
echo ${Cmd} && eval ${Cmd}
|
echo ${Cmd} && eval ${Cmd}
|
||||||
|
|
||||||
echo "Done: $0 $*"
|
echo "Done: $0 ${*}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user