Alternc  latest
Alternc logiel libre pour l'hébergement
3.4.5.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 # change ownership of the panel's file, MUST be root:root
4 # since some cron-script of AlternC are launched as root.
5 
6 chown -R root:root /usr/share/alternc/panel
7 
8 # AlternC's backup of system files must NOT be readable but everyone !
9 chmod -R og-rwx /var/lib/alternc/backups
10