Skip to content
Snippets Groups Projects
Commit 3923503c authored by BRONES Romain's avatar BRONES Romain
Browse files

fix: Also deploy configuration file

parent 9671fe8c
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ echo "Deploy module and CLI in RCM environment"
ipath=/home/operateur/.local/lib/python3.6/site-packages/FofbTool
mkdir -p $ipath
cp FofbTool/*.py $ipath/ -rvf
cp FofbTool/*.cfg $ipath/ -rvf
# Copy bin CLI
cp bin/FofbTool ~/bin/ -vf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment