mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update soup to rotate log file
This commit is contained in:
@@ -974,7 +974,7 @@ shift $((OPTIND - 1))
|
||||
|
||||
if [ -f $SOUP_LOG ]; then
|
||||
CURRENT_TIME=$(date +%Y%m%d.%H%M%S)
|
||||
mv $SOUP_LOG $SOUP_LOG.$INSTALLEDVERSION.CURRENT_TIME
|
||||
mv $SOUP_LOG $SOUP_LOG.$INSTALLEDVERSION.$CURRENT_TIME
|
||||
fi
|
||||
|
||||
if [[ -z $UNATTENDED ]]; then
|
||||
|
||||
Reference in New Issue
Block a user