Skip to content

Commit

Permalink
Fix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Nov 29, 2024
1 parent daf9a03 commit df89cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-service/src/ipc/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use tokio::{io::AsyncWriteExt, net::UnixListener};
use crate::{
authentication::authenticate_process,
handlers::{get_prefs, handle_msg, GET_INSTALL_DAEMON},
structs::{rem_current_user, set_current_user},
utils::structs::{rem_current_user, set_current_user},
utils::{chmod, get_iprocess, set_iprocess, set_perms, write_log},
};
use ahqstore_types::{Command, Prefs};
Expand Down

0 comments on commit df89cd0

Please sign in to comment.