Skip to content

Commit

Permalink
fix:[close #91] Sync to the correct etc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme authored Aug 7, 2023
1 parent 36a449d commit 42b33ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func (s *ABSystem) RunOperation(operation ABSystemOperation) error {
// ------------------------------------------------
PrintVerbose("[Stage 8] -------- ABSystemRunOperation")

newEtc := filepath.Join(systemNew, "/etc")
newEtc := filepath.Join(systemNew, "/.system/etc")
err = s.SyncEtc(newEtc)
if err != nil {
PrintVerbose("ABSystem.RunOperation:err(8): %s", err)
Expand Down

0 comments on commit 42b33ea

Please sign in to comment.