first commit
This commit is contained in:
8
tools/unzip-qfixpt.sh
Normal file
8
tools/unzip-qfixpt.sh
Normal file
@ -0,0 +1,8 @@
|
||||
# This script should be installed in the server where the service will run
|
||||
# To copy it into the server you can use the push_deploy_qfixpt.sh script
|
||||
# We need this scripts because the deploy user (quantex) doesn't have enough permissions to
|
||||
# run the service directly.
|
||||
|
||||
cd /home/quantex/qfixpt
|
||||
gzip -fkd qfixpt.gz
|
||||
chmod +x qfixpt
|
||||
Reference in New Issue
Block a user