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

fix(install): Change bin path

parent 8f455103
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ cp FofbTool/*.py $ipath/ -rvf ...@@ -9,7 +9,7 @@ cp FofbTool/*.py $ipath/ -rvf
cp FofbTool/*.cfg $ipath/ -rvf cp FofbTool/*.cfg $ipath/ -rvf
# Copy bin CLI # Copy bin CLI
cp bin/FofbTool ~/bin/ -vf cp bin/FofbTool /home/production/scripts/DG/python/bin/ -vf
# Put exec rights # Put exec rights
chmod +x ~/bin/FofbTool chmod +x /home/production/scripts/DG/python/bin/FofbTool
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