Moved favicons to dist/icons. Updated installer
| Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB | 
| Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB | 
| Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB | 
| Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB | 
							
								
								
									
										0
									
								
								favicon.ico → dist/icons/favicon.ico
									
									
									
									
										vendored
									
									
								
							
							
						
						| Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB | 
							
								
								
									
										0
									
								
								favicon.png → dist/icons/favicon.png
									
									
									
									
										vendored
									
									
								
							
							
						
						| Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB | 
| Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB | 
| Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB | 
| @@ -229,6 +229,10 @@ function default_configuration() { | ||||
|         sudo mv $webroot_dir/installers/raspap.service /lib/systemd/system/ || install_error "Unable to move raspap.service file" | ||||
|         sudo systemctl enable raspap.service || install_error "Failed to enable raspap.service" | ||||
|     fi | ||||
|  | ||||
|     # Move icons to webroot | ||||
|     echo -n "Installing high-res favicons" | ||||
|     sudo mv $webroot_dir/dist/icons/* $webroot_dir | ||||
| } | ||||
|  | ||||
| # Add a single entry to the sudoers file | ||||
|   | ||||