Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91694378
copy-unlynx-binary.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 13, 13:45
Size
214 B
Mime Type
text/x-shellscript
Expires
Fri, Nov 15, 13:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22302984
Attached To
R4444 MedCo Deployment
copy-unlynx-binary.sh
View Options
#!/bin/bash
set -e
# copy unlynx binary in the configuration folder (environment variables are available)
rm -f $UNLYNX_BIN_EXPORT_PATH
cp -a $(which app) $UNLYNX_BIN_EXPORT_PATH
chmod 777 $UNLYNX_BIN_EXPORT_PATH
Event Timeline
Log In to Comment