mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-05 13:11:41 +00:00
3rd_party: Create 3rd_party dir on swupd_init()
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -1626,7 +1626,7 @@ create_test_environment() { # swupd_function
|
||||
|
||||
# state files & dirs
|
||||
debug_msg "Creating a state dir"
|
||||
sudo mkdir -p "$statedir"/{staged,download,delta,telemetry,bundles}
|
||||
sudo mkdir -p "$statedir"/{staged,download,delta,telemetry,bundles,3rd_party}
|
||||
sudo chmod -R 0700 "$statedir"
|
||||
|
||||
# export environment variables that are dependent of the test env
|
||||
|
||||
Reference in New Issue
Block a user