Harish.K 10 years ago
parent
commit
57aaa8c4c0
  1. 2
      bin/installer-script.sh

2
bin/installer-script.sh

@ -31,7 +31,7 @@ checkGeneric(){
installPackage(){
packageName=$1;
if [ -z ${packageName%*/} ];then
if [ -z ${packageName%*/} -o $packageName = ${packageName%*/} ];then
. "$appRoot/packages/$packageName";
else
. "$appRoot/packages/_generic";

Loading…
Cancel
Save