mirror of
https://github.com/harish2704/installer-scripts.git
synced 2026-09-10 06:11:08 +00:00
Fix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user