1 2 3 4 5 6
#!/bin/bash post_install() { chmod -R 777 /opt/htmlbuilder chown -R "$(id -un)" /opt/htmlbuilder }