mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
try: formatting
This commit is contained in:
parent
0513c8a647
commit
59c2cb1f52
1 changed files with 4 additions and 5 deletions
|
@ -20,9 +20,8 @@ sub system_setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub transfer_docker {
|
sub transfer_docker {
|
||||||
my ($subdir, $dest_dir) = @_;
|
my ($path) = @_;
|
||||||
my $path = $dest_dir . $subdir;
|
system('docker', 'cp', $path, 'bio:/root/');
|
||||||
system('docker', 'cp', $path, "bio:/root/");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sub prepare_files {
|
sub prepare_files {
|
||||||
|
@ -140,8 +139,8 @@ run_docker_container();
|
||||||
system_setup();
|
system_setup();
|
||||||
|
|
||||||
# transfer
|
# transfer
|
||||||
transfer_docker('/bio', $abpath);
|
transfer_docker( $abpath . '/bio' );
|
||||||
transfer_docker('/bio-wayfire', $abpath);
|
transfer_docker( $abpath . '/bio-wayfire' );
|
||||||
|
|
||||||
# Call prepare_files function before copying templates
|
# Call prepare_files function before copying templates
|
||||||
prepare_files( $abpath );
|
prepare_files( $abpath );
|
||||||
|
|
Loading…
Add table
Reference in a new issue