Erstellung Logverzeichnis angepasst
This commit is contained in:
parent
2236ebf659
commit
000498582c
@ -5,20 +5,20 @@
|
|||||||
# Autor: Patrick Asmus
|
# Autor: Patrick Asmus
|
||||||
# Web: https://www.media-techport.de
|
# Web: https://www.media-techport.de
|
||||||
# Git-Reposit.: https://git.media-techport.de/scriptos/weekly-updater.git
|
# Git-Reposit.: https://git.media-techport.de/scriptos/weekly-updater.git
|
||||||
# Version: 2.1.2
|
# Version: 2.1.3
|
||||||
# Datum: 13.08.2023
|
# Datum: 13.08.2023
|
||||||
# Modifikation: Kleinere Fehlerbehebungen, löschen der Logs auf 60 Tage hochgesetzt
|
# Modifikation: Erstellung Logverzeichnis angepasst
|
||||||
#####################################################
|
#####################################################
|
||||||
|
|
||||||
# Logverzeichnis erstellen
|
|
||||||
mkdir -p /var/log/script-logs
|
|
||||||
|
|
||||||
# Variablen
|
# Variablen
|
||||||
SCRIPT_NAME=weekly-update.v2.sh
|
SCRIPT_NAME=weekly-update.v2.sh
|
||||||
HOSTNAME=$(hostname)
|
HOSTNAME=$(hostname)
|
||||||
MAIL=root
|
MAIL=root
|
||||||
LOGDIR=/var/log/script-logs
|
LOGDIR=/var/log/script-logs
|
||||||
|
|
||||||
|
# Logverzeichnis erstellen
|
||||||
|
mkdir -p $LOGDIR
|
||||||
|
|
||||||
# Aktualisiere das System und speichere die Ausgabe in eine Log-Datei
|
# Aktualisiere das System und speichere die Ausgabe in eine Log-Datei
|
||||||
sudo apt update && sudo apt upgrade -y 2>&1 > $LOGDIR/$SCRIPT_NAME.log
|
sudo apt update && sudo apt upgrade -y 2>&1 > $LOGDIR/$SCRIPT_NAME.log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user