Skip to content

Commit

Permalink
Merge pull request #79 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
init: cleanup
  • Loading branch information
AuxXxilium committed Mar 31, 2024
2 parents 568054e + f612a56 commit 1462957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/initrd/opt/arc/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e
[[ -z "${ARC_PATH}" || ! -d "${ARC_PATH}/include" ]] && ARC_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

. ${ARC_PATH}/include/functions.sh
. ${ARC_PATH}/include/addons.sh

[ -z "${LOADER_DISK}" ] && die "Loader Disk not found!"

Expand Down

0 comments on commit 1462957

Please sign in to comment.