Files
docker-deployment/build/boot/hamachi.sh

5 lines
71 B
Bash

#!/bin/bash
set -e
cd /opt
dpkg -i hamachi.deb
kill -9 `pgrep hamachid`