fail soup if so-repo-sync fails

This commit is contained in:
m0duspwnens
2023-08-28 10:20:53 -04:00
parent 7dc855bbbe
commit a8ec3717c4
2 changed files with 4 additions and 2 deletions

View File

@@ -440,7 +440,7 @@ post_to_2.4.20() {
repo_sync() {
echo "Sync the local repo."
su socore -c '/usr/sbin/so-repo-sync'
su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync."
}
stop_salt_master() {