Skip to content

Commit

Permalink
Fixed copy of dotenv files (for 9.0 versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 24, 2024
1 parent 0fd50ac commit 0ebfa8a
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 0ebfa8a

Please sign in to comment.