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

set -e


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