mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Added verbose to mkdir
This commit is contained in:
		@@ -6,7 +6,7 @@ info "Automount raid1 encrypted storages..." &&
 | 
			
		||||
set_raid1_devices_mount_partition_and_mapper_paths &&
 | 
			
		||||
create_luks_key_and_update_cryptab "$mapper_name_1" "$device_path_1" &&
 | 
			
		||||
info "Creating mount folder unter \"$mount_path_1\"..." &&
 | 
			
		||||
sudo mkdir -p "$mount_path_1" &&
 | 
			
		||||
sudo mkdir -vp "$mount_path_1" &&
 | 
			
		||||
create_luks_key_and_update_cryptab "$mapper_name_2" "$device_path_2" &&
 | 
			
		||||
update_fstab "$mapper_path_1" "$mount_path_1" &&
 | 
			
		||||
success "Installation finished. Please restart :)" ||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user