fix a little mistake authored by wluhan's avatar wluhan
......@@ -74,8 +74,8 @@ sudo juju metadata generate-image -a amd64 -i 843bef24-8c70-40e1-a380-972717c9e4
## Change the files permission
```shell
cd /var/www/html/stack
sudo chmod -R 777 ./*
cd /var/www/html
sudo chmod -R 777 stack
```
## Use the validation commands to ensure image and tools are available for juju to use:
......
......