mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Merge pull request #8 from zlolz/fix-instructions
fix instructions - dirname and filename typos
This commit is contained in:
		| @@ -61,9 +61,9 @@ sudo chown -R www-data:www-data /var/www | ||||
| ``` | ||||
| Move the RaspAP configuration file to the correct location | ||||
| ```sh | ||||
| sudo mkdir /etc/raspad | ||||
| sudo mv /var/www/raspad.php /etc/raspad/ | ||||
| sudo chown -R www-data:www-data /etc/raspad | ||||
| sudo mkdir /etc/raspap | ||||
| sudo mv /var/www/raspap.php /etc/raspap/ | ||||
| sudo chown -R www-data:www-data /etc/raspap | ||||
| ``` | ||||
| Reboot and it should be up and running! | ||||
| ```sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user