mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix salt upgrade script
This commit is contained in:
@@ -30,7 +30,7 @@ clone_to_tmp() {
|
|||||||
copy_new_files() {
|
copy_new_files() {
|
||||||
|
|
||||||
# Copy new files over to the salt dir
|
# Copy new files over to the salt dir
|
||||||
cd /tmp/sogh/securityonion-saltstack
|
cd /tmp/sogh/securityonion
|
||||||
git checkout $BRANCH
|
git checkout $BRANCH
|
||||||
rsync -a --exclude-from 'exclude-list.txt' salt $default_salt_dir/
|
rsync -a --exclude-from 'exclude-list.txt' salt $default_salt_dir/
|
||||||
rsync -a --exclude-from 'exclude-list.txt' pillar $default_salt_dir/
|
rsync -a --exclude-from 'exclude-list.txt' pillar $default_salt_dir/
|
||||||
|
|||||||
Reference in New Issue
Block a user