This website works better with JavaScript.
Explore
Help
Sign In
fws
/
ipasserelle-im
Watch
4
Star
0
Fork
You've already forked ipasserelle-im
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
2
Branches
22
Tags
138 KiB
Tag:
Branch:
Tree:
master
master
sme9
0.2.1
0.2.10
0.2.11
0.2.12
0.2.13
0.2.14
0.2.14_el5
0.2.15
0.2.15_el5
0.2.16_el5
0.2.16_el6
0.2.17_el6
0.2.2
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
el5
ipasserelle-im-0.2.18-1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ipasserelle-im
/
root
/
etc
/
dehydrated
/
hooks_deploy_cert.d
/
20ejabberd.sh
7 lines
95 B
Raw
Permalink
Normal View
History
Unescape
Escape
Add a hook for letsencrypt
9 years ago
#!/bin/sh
if
[
\!
-d /etc/e-smith/events/ssl-update
]
;
then
sv h /service/ejabberd
fi
exit
0