7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if CreoleGet container_ip_reseau > /dev/null 2>&1
|
||
|
then
|
||
|
CreoleRun 'rm -f /etc/apache2/conf.d/sympa' reseau
|
||
|
fi
|