add symlink and permissions to package install

This commit is contained in:
Derek Macias 2016-02-15 13:09:13 -07:00
parent ab8aa9cbb0
commit ddee5b4c42
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,3 @@
#!/bin/sh
ln -sf /usr/local/emhttp/plugins/NerdPack/scripts/packagemanager /usr/sbin/packagemanager
chmod +0755 /usr/sbin/packagemanager

View File

@ -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('All packages processed ');
logger('All packages processed...');
?>