SSOwat/debian/postinst

6 lines
100 B
Bash

#!/bin/bash
yunohost app ssowatconf > /dev/null 2>&1
service nginx restart > /dev/null 2>&1
exit 0