9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
DESC="Mise à jour du serveur"
|
||
|
|
||
|
if [ "$1" == "once" ];then
|
||
|
rm -f /var/lib/eole/reports/maj-diff.txt
|
||
|
fi
|
||
|
/usr/bin/Maj-Auto -R
|