Fix: should be able to run from any directory

This commit is contained in:
2015-07-16 13:00:52 +05:30
parent cfd2a1ea43
commit 84c1e73f4b
+1 -1
View File
@@ -12,7 +12,7 @@ appRoot=$(readlink -f $(dirname $(readlink -f $0))/.. );
. "$appRoot/lib/installer_common"; . "$appRoot/lib/installer_common";
printPackages(){ printPackages(){
cd $appDir/installer-scripts/packages; cd "$appRoot/packages";
ls; ls;
} }