- add logs modules to install into script install_addons.sh Signed-off-by: Mathieu Benoit <mathben@technolibre.ca>
4 lines
No EOL
95 B
Bash
Executable file
4 lines
No EOL
95 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# $1 BD NAME
|
|
# $2 file_path
|
|
./script/addons/install_addons.sh "$1" "$(<$2)" |