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