Corrected outdated lib paths.

This commit is contained in:
Matias Barcenas 2018-05-30 12:55:07 -05:00
parent ee4d243a35
commit 94e0c3c6b1
2 changed files with 10 additions and 10 deletions

View File

@ -45,8 +45,8 @@ handshake_snooper_arbiter_daemon() {
trap handshake_snooper_arbiter_daemon_abort SIGABRT
source lib/HashUtils.sh
source lib/ColorUtils.sh
source "$FLUXIONLibPath/HashUtils.sh"
source "$FLUXIONLibPath/ColorUtils.sh"
# Cleanup files we've previously created to avoid conflicts.
sandbox_remove_workfile "$FLUXIONWorkspacePath/capture/dump-*"

View File

@ -67,14 +67,14 @@ fi
# ============================================================ #
# =================== < Library Includes > =================== #
# ============================================================ #
source "$FLUXIONPath/lib/installer/InstallerUtils.sh"
source "$FLUXIONPath/lib/InterfaceUtils.sh"
source "$FLUXIONPath/lib/SandboxUtils.sh"
source "$FLUXIONPath/lib/FormatUtils.sh"
source "$FLUXIONPath/lib/ColorUtils.sh"
source "$FLUXIONPath/lib/IOUtils.sh"
source "$FLUXIONPath/lib/HashUtils.sh"
source "$FLUXIONPath/lib/Help.sh"
source "$FLUXIONLibPath/installer/InstallerUtils.sh"
source "$FLUXIONLibPath/InterfaceUtils.sh"
source "$FLUXIONLibPath/SandboxUtils.sh"
source "$FLUXIONLibPath/FormatUtils.sh"
source "$FLUXIONLibPath/ColorUtils.sh"
source "$FLUXIONLibPath/IOUtils.sh"
source "$FLUXIONLibPath/HashUtils.sh"
source "$FLUXIONLibPath/Help.sh"
# NOTE: These are configured after arguments are loaded (later).