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