Skip to content

Commit

Permalink
Fix for reading from txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Feb 29, 2024
1 parent fe8e733 commit 3ec8c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_dqmgui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ preliminary_checks() {
check_dependencies() {
pkgs_installed=1
# Read in the required packages
read -r _package_list <os_packages.txt
_package_list=$(cat "$SCRIPT_DIR/os_packages.txt")
# Split into array
declare -a required_packages=($_package_list)

Expand Down

0 comments on commit 3ec8c39

Please sign in to comment.