Merge branch 'master' of https://git.hippoz.xyz/alnux/aps
This commit is contained in:
commit
4d2ec3a90a
1 changed files with 1 additions and 1 deletions
2
aps
2
aps
|
@ -17,7 +17,7 @@ run_package_script() { # --- $2 is the package path, and $1 is the script to run
|
||||||
if [ -x "${2}/${1}" ]; then
|
if [ -x "${2}/${1}" ]; then
|
||||||
echo ":: Running ${1}"
|
echo ":: Running ${1}"
|
||||||
cd "${2}" || die "Could not enter package working directory. Exiting..."
|
cd "${2}" || die "Could not enter package working directory. Exiting..."
|
||||||
"${2}/${1}" "${install_root}" "${2}"
|
"${2}/${1}" "${2}/payload" "${2}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue