summaryrefslogtreecommitdiffstats
path: root/configuration/debian/tedge_mapper/postinst
blob: a637165f89e7e607b6ed896bfae4917d4fa62c36 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e


### Initialize the sm mapper
sudo -u tedge -- tedge_mapper --init c8y
sudo -u tedge -- tedge_mapper --init az
#DEBHELPER#