mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/bash
|
|
|
|
yunohost app ssowatconf > /dev/null 2>&1
|
|
service nginx restart > /dev/null 2>&1
|
|
exit 0
|