#!/bin/bash

# This post install script is run each time the teleport package is installed/upgraded.

set -eu

echo "Teleport system symlinks creation..."
/opt/teleport/system/bin/teleport-update link-package
