mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
chore: move running ckan text to within conditional
This commit is contained in:
parent
475bcc4932
commit
8489e50eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -283,8 +283,8 @@ rm -rf README ckan-compose ahoy dpp_default_config.ini get-docker.sh permissions
|
|||
)?;
|
||||
}
|
||||
|
||||
println!("\n{}", success_text("Running CKAN instance..."));
|
||||
if !args.skip_run {
|
||||
println!("\n{}", success_text("Running CKAN instance..."));
|
||||
cmd!(sh, "ckan -c /etc/ckan/default/ckan.ini run").run()?;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue