add symlink and permissions to package install
This commit is contained in:
		@@ -1 +1,3 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					ln -sf /usr/local/emhttp/plugins/NerdPack/scripts/packagemanager /usr/sbin/packagemanager
 | 
				
			||||||
 | 
					chmod +0755 /usr/sbin/packagemanager
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -120,5 +120,5 @@ foreach ($pkg_cfg as $pkg_name => $pkg_pref) { // get preferences for each packa
 | 
				
			|||||||
		logger("$pkg_name package up to date", $argq);
 | 
							logger("$pkg_name package up to date", $argq);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
logger('All packages processed   ');
 | 
					logger('All packages processed...');
 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user