mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Cleanup debug output
This commit is contained in:
		| @@ -85,16 +85,13 @@ function update_system_packages() { | ||||
|  | ||||
| if [ "${install_cert:-}" = 1 ]; then | ||||
|     source="mkcert" | ||||
|     #wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source} | ||||
|     echo "${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}" | ||||
|     source /var/www/html/installers/${source}.sh | ||||
|     wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source} | ||||
|     source /var/www/html/installers/raspap_${source}.sh | ||||
|     install_certificate | ||||
| else | ||||
|     source="common" | ||||
|     #wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap$_{source} | ||||
|     echo "${UPDATE_URL}installers/${source}.sh -O /tmp/raspap$_{source}" | ||||
|     source /var/www/html/installers/${source}.sh | ||||
|     wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source} | ||||
|     source /var/www/html/installers/raspap_${source}.sh | ||||
|     install_raspap | ||||
| fi | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user