Browse Source

Fix: should be able to run from any directory

master
Harish.K 10 years ago
parent
commit
84c1e73f4b
  1. 2
      bin/installer-script.sh

2
bin/installer-script.sh

@ -12,7 +12,7 @@ appRoot=$(readlink -f $(dirname $(readlink -f $0))/.. );
. "$appRoot/lib/installer_common";
printPackages(){
cd $appDir/installer-scripts/packages;
cd "$appRoot/packages";
ls;
}

Loading…
Cancel
Save