debmaker/ressources/claper/rootfs/DEBIAN/postinst

6 lines
122 B
Bash
Executable File

#!/bin/bash
id claper &> /dev/null || useradd claper -r -s /bin/false -d /opt/claper
chown -R claper:claper /opt/claper