]> wagnertech.de Git - projects.git/blob - debian/webssh.postinst
Merge branch 'master' of http://wagnertech.de/git/projects
[projects.git] / debian / webssh.postinst
1 #!/bin/bash
2 set -e
3
4 systemctl enable webssh || true
5 systemctl start webssh || true