6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
DESC="Reconfiguration du serveur"
|
||
|
|
||
|
/usr/bin/reconfigure --auto >/var/lib/eole/reports/reconfigure-once.txt 2>&1
|