debmaker/ressources/claper/rootfs/DEBIAN/postinst
2024-11-05 15:42:31 +01:00

5 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