SSOwat/debian/postinst

6 lines
100 B
Text
Raw Normal View History

2015-01-31 23:15:50 +01:00
#!/bin/bash
yunohost app ssowatconf > /dev/null 2>&1
service nginx restart > /dev/null 2>&1
exit 0