Skip to content

Commit e694e30

Browse files
committed
fix(system)!: change system install path to /opt/soar
/usr is read-only on atomic distros
1 parent 0f2f264 commit e694e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/soar-config/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pub fn enable_system_mode() {
124124

125125
/// Get the system root path
126126
pub fn system_root() -> PathBuf {
127-
PathBuf::from("/usr/lib/soar")
127+
PathBuf::from("/opt/soar")
128128
}
129129

130130
pub fn init() -> Result<()> {

0 commit comments

Comments
 (0)