Skip to content

Commit

Permalink
clear ma cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Egg committed May 23, 2024
1 parent 6263803 commit 5f51452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lsws1clk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ test_wp_page(){
test_magento_page(){
test_page http://localhost:80/ 'Magento, Inc' "test Magento HTTP page"
test_page https://localhost:443/ 'Magento, Inc' "test Magento HTTPS page"
cd ${DOCROOT}; rm -rf var/cache/* var/page_cache/* var/generation/*
}
test_opencart_page(){
test_page http://localhost:80/ 'OpenCart' "test OpenCart HTTP page"
Expand Down

0 comments on commit 5f51452

Please sign in to comment.