mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
appmgr: add support for actions
This commit is contained in:
committed by
Aiden McClelland
parent
7c321bbf6b
commit
53720130b3
@@ -20,6 +20,7 @@ lazy_static::lazy_static! {
|
||||
pub static ref QUIET: tokio::sync::RwLock<bool> = tokio::sync::RwLock::new(!std::env::var("APPMGR_QUIET").map(|a| a == "0").unwrap_or(true));
|
||||
}
|
||||
|
||||
pub mod actions;
|
||||
pub mod apps;
|
||||
pub mod backup;
|
||||
pub mod config;
|
||||
|
||||
Reference in New Issue
Block a user