diff --git a/base/config_files/docker_run.sh b/base/config_files/docker_run.sh index 27c4f35b..ae11abe5 100755 --- a/base/config_files/docker_run.sh +++ b/base/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.1-apache/config_files/docker_run.sh b/base/images/7.1-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/7.1-apache/config_files/docker_run.sh +++ b/base/images/7.1-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.1-fpm/config_files/docker_run.sh b/base/images/7.1-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/7.1-fpm/config_files/docker_run.sh +++ b/base/images/7.1-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.2-apache/config_files/docker_run.sh b/base/images/7.2-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/7.2-apache/config_files/docker_run.sh +++ b/base/images/7.2-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.2-fpm/config_files/docker_run.sh b/base/images/7.2-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/7.2-fpm/config_files/docker_run.sh +++ b/base/images/7.2-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.3-apache/config_files/docker_run.sh b/base/images/7.3-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/7.3-apache/config_files/docker_run.sh +++ b/base/images/7.3-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.3-fpm/config_files/docker_run.sh b/base/images/7.3-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/7.3-fpm/config_files/docker_run.sh +++ b/base/images/7.3-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.4-apache/config_files/docker_run.sh b/base/images/7.4-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/7.4-apache/config_files/docker_run.sh +++ b/base/images/7.4-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/7.4-fpm/config_files/docker_run.sh b/base/images/7.4-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/7.4-fpm/config_files/docker_run.sh +++ b/base/images/7.4-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/8.0-apache/config_files/docker_run.sh b/base/images/8.0-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/8.0-apache/config_files/docker_run.sh +++ b/base/images/8.0-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/8.0-fpm/config_files/docker_run.sh b/base/images/8.0-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/8.0-fpm/config_files/docker_run.sh +++ b/base/images/8.0-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/8.1-apache/config_files/docker_run.sh b/base/images/8.1-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/8.1-apache/config_files/docker_run.sh +++ b/base/images/8.1-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/8.1-fpm/config_files/docker_run.sh b/base/images/8.1-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/8.1-fpm/config_files/docker_run.sh +++ b/base/images/8.1-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/8.2-apache/config_files/docker_run.sh b/base/images/8.2-apache/config_files/docker_run.sh index d87eb37f..d917645f 100755 --- a/base/images/8.2-apache/config_files/docker_run.sh +++ b/base/images/8.2-apache/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then diff --git a/base/images/8.2-fpm/config_files/docker_run.sh b/base/images/8.2-fpm/config_files/docker_run.sh index a0f45af4..01b6cadf 100755 --- a/base/images/8.2-fpm/config_files/docker_run.sh +++ b/base/images/8.2-fpm/config_files/docker_run.sh @@ -31,7 +31,7 @@ if [ ! -f ./config/settings.inc.php ] && [ ! -f ./install.lock ]; then if [ -d /tmp/data-ps ]; then # init if empty - cp -n -R -p /tmp/data-ps/prestashop/* /var/www/html + cp -n -R -T -p /tmp/data-ps/prestashop/ /var/www/html fi if [ -f /tmp/defines_custom.inc.php ]; then