Skip to content

Commit

Permalink
Merge pull request #362 from PrestaShop/fixDotEnv
Browse files Browse the repository at this point in the history
Fixed copy of dotenv files (for 9.0 versions)
  • Loading branch information
Progi1984 authored Jan 24, 2024
2 parents 0fd50ac + 0ebfa8a commit 672f893
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion base/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.1-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.1-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.2-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.2-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.3-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.3-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.4-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/7.4-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/8.0-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/8.0-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/8.1-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/8.1-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/8.2-apache/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi
2 changes: 1 addition & 1 deletion base/images/8.2-fpm/config_files/ps-extractor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -n "$folder" ]]; then
fi

chown www-data:www-data -R $folder/prestashop/
cp -n -R -p $folder/prestashop/* /var/www/html
cp -n -R -T -p $folder/prestashop/ /var/www/html
else
echo "Missing folder to move"
fi

0 comments on commit 672f893

Please sign in to comment.