diff --git a/python/examples/encryption/get_data.sh b/python/examples/encryption/get_data.sh index d1e97727fe5602552e48fbd7899128a274186948..c3cd5c236f5643d53c3a30bf0ffd367853ffaf13 100644 --- a/python/examples/encryption/get_data.sh +++ b/python/examples/encryption/get_data.sh @@ -1,4 +1,4 @@ wget --no-check-certificate https://paddle-serving.bj.bcebos.com/uci_housing_example/encrypt.tar.gz tar -xzf encrypt.tar.gz -cp -rvf ../fit_a_line/uci_housing_model . -cp -rvf ../fit_a_line/uci_housing_client . +wget --no-check-certificate https://paddle-serving.bj.bcebos.com/uci_housing.tar.gz +tar -xzf uci_housing.tar.gz