Skip to content

Commit

Permalink
Update Outset.swift
Browse files Browse the repository at this point in the history
Possible fix for #41
  • Loading branch information
HowardGMac committed Nov 17, 2023
1 parent 457c116 commit cca4e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Outset/Outset.swift
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ struct Outset: ParsableCommand {
ensureRoot("add scripts to override list")

for var override in addOverride {
if !override.contains(loginOnceDir) {
if !override.contains(loginOnceDir) && !override.contains(loginOncePrivilegedDir) {
override = "\(loginOnceDir)/\(override)"
}
writeLog("Adding \(override) to override list", logLevel: .debug)
Expand Down

0 comments on commit cca4e2e

Please sign in to comment.