Skip to content

Commit

Permalink
Fix the install script
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk committed Feb 18, 2023
1 parent 3e4a29e commit 4bb8b45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extras/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ curl -fsSL https://github.com/kadalu/volgen/releases/latest/download/shd.vol.j2
curl -fsSL https://github.com/kadalu/volgen/releases/latest/download/__init__.py -o /tmp/__init__.py
curl -fsSL https://github.com/kadalu/volgen/releases/latest/download/setup.py -o /tmp/setup.py

install -m 700 /tmp/client.vol.j2 /var/lib/kadalu/templates/
install -m 700 /tmp/storage_unit.vol.j2 /var/lib/kadalu/templates/
install -m 700 /tmp/shd.vol.j2 /var/lib/kadalu/templates/
install -D -m 700 /tmp/client.vol.j2 /var/lib/kadalu/templates/client.vol.j2
install -D -m 700 /tmp/storage_unit.vol.j2 /var/lib/kadalu/templates/storage_unit.vol.j2
install -D -m 700 /tmp/shd.vol.j2 /var/lib/kadalu/templates/shd.vol.j2
install /tmp/kadalu-volgen /usr/bin/kadalu-volgen
mkdir -p /tmp/python/kadalu_volgen
mv /tmp/__init__.py /tmp/python/kadalu_volgen/
Expand Down

0 comments on commit 4bb8b45

Please sign in to comment.