-
BRONES Romain authoredBRONES Romain authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
install_rcm.sh 378 B
#!/bin/bash
echo "Deploy module and CLI in RCM environment"
# Copy Python module
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 /home/production/scripts/DG/python/bin/ -vf
# Put exec rights
chmod +x /home/production/scripts/DG/python/bin/FofbTool