mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix tar syntax
This commit is contained in:
@@ -34,7 +34,7 @@ if [ ! -f $BACKUPFILE ]; then
|
||||
tar -rf $BACKUPFILE {{ LOCATION }}
|
||||
{%- endfor %}
|
||||
tar -rf $BACKUPFILE /etc/pki
|
||||
tar -rf /etc/salt
|
||||
tar -rf $BACKUPFILE /etc/salt
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user