Alternc  latest
Alternc logiel libre pour l'hébergement
3.0.0~4.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 . /etc/alternc/local.sh
4 
5 # Add INOTIFY_UPDATE_DOMAIN var to local.sh
6 if [ -z "$INOTIFY_UPDATE_DOMAIN" ] ; then
7 /bin/echo -e '
8 # File to look at for forced launch of update_domain (use incron)
9 INOTIFY_UPDATE_DOMAIN="/run/alternc/inotify_update_domain.lock"
10 ' >> /etc/alternc/local.sh
11 fi
12 
13 mkdir -p /run/alternc && chown alterncpanel /run/alternc
14